#420911

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

Shades of Rustic Red #420911

Tints of Rustic Red #420911

Color information

#420911 (or 0x420911) is unknown color: approx Rustic Red. HEX triplet: 42, 09 and 11. RGB value is (66,9,17). Sum of RGB (Red+Green+Blue) = 66+9+17=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420911 is #BDF6EE. Grayscale: #1A1A1A. Windows color (decimal): -12449519 or 1116482. OLE color: 1116482.

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

Color convert

RGB66917-
CMYK00.860.740.74
HSL351.58º76%14.71%-
HSV(B)351.58º86.36%25.88%-
XYZ2.451.390.67-
YUV26.95122.38155.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=71.74%
G=9.78%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6691700.860.740.74351.587614.71
Hex429110564A4A1604cf
Octal1021121012611211254011417
Binary1000010100110001010101101001010100101010110000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420911; }

 p { color: rgb(66,9,17); }

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

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

 a { background-color: rgb(66,9,17); }

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

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

 span { border-color: rgb(66,9,17); }

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