#420A12

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

Shades of Rustic Red #420A12

Tints of Rustic Red #420A12

Color information

#420A12 (or 0x420A12) is unknown color: approx Rustic Red. HEX triplet: 42, 0A and 12. RGB value is (66,10,18). Sum of RGB (Red+Green+Blue) = 66+10+18=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A12 is #BDF5ED. Grayscale: #1B1B1B. Windows color (decimal): -12449262 or 1182274. OLE color: 1182274.

HSL color Cylindrical-coordinate representation of color #420A12: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420A12 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB661018-
CMYK00.850.730.74
HSL351.43º73.68%14.9%-
HSV(B)351.43º84.85%25.88%-
XYZ2.461.420.72-
YUV27.66122.55155.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=70.21%
G=10.64%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66101800.850.730.74351.4373.6814.9
Hex42A12055494A15f4af
Octal1021222012511111253711217
Binary1000010101010010010101011001001100101010101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420A12; }

 p { color: rgb(66,10,18); }

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

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

 a { background-color: rgb(66,10,18); }

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

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

 span { border-color: rgb(66,10,18); }

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