#430415

Color #430415 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #430415

Tints of Rustic Red #430415

Color information

#430415 (or 0x430415) is unknown color: approx Rustic Red. HEX triplet: 43, 04 and 15. RGB value is (67,4,21). Sum of RGB (Red+Green+Blue) = 67+4+21=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430415 is #BCFBEA. Grayscale: #181818. Windows color (decimal): -12385259 or 1377347. OLE color: 1377347.

HSL color Cylindrical-coordinate representation of color #430415: hue angle of 343.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430415 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB67421-
CMYK00.940.690.74
HSL343.81º88.73%13.92%-
HSV(B)343.81º94.03%26.27%-
XYZ2.491.330.84-
YUV24.78125.87158.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=72.83%
G=4.35%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742100.940.690.74343.8188.7313.92
Hex4341505E454A15859e
Octal103425013610511253013116
Binary100001110010101010111101000101100101010101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430415; }

 p { color: rgb(67,4,21); }

 H1.HeaderClassName
 {
   color: #430415;
 }
 .AnyTagClassName
 {
   color: #430415;
 }
</style>
background-color css

<style>
 a { background-color: #430415; }

 a { background-color: rgb(67,4,21); }

 div.DivClassName
 {
   background-color: #430415;
 }
 .BgClassName
 {
   background-color: #430415;
 }
</style>
border-color css

<style>
 span { border-color: #430415; }

 span { border-color: rgb(67,4,21); }

 td.TdClassName
 {
   border-color: #430415;
 }
 .TagClassName
 {
   border-color: #430415;
 }
</style>