#420E17

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

Shades of Rustic Red #420E17

Tints of Rustic Red #420E17

Color information

#420E17 (or 0x420E17) is unknown color: approx Rustic Red. HEX triplet: 42, 0E and 17. RGB value is (66,14,23). Sum of RGB (Red+Green+Blue) = 66+14+23=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E17 is #BDF1E8. Grayscale: #1E1E1E. Windows color (decimal): -12448233 or 1510978. OLE color: 1510978.

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

Color convert

RGB661423-
CMYK00.790.650.74
HSL349.62º65%15.69%-
HSV(B)349.62º78.79%25.88%-
XYZ2.561.530.97-
YUV30.57123.73153.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=64.08%
G=13.59%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66142300.790.650.74349.626515.69
Hex42E1704F414A15e4110
Octal1021627011710111253610120
Binary10000101110101110100111110000011001010101011110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,14,23); }

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

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

 a { background-color: rgb(66,14,23); }

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

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

 span { border-color: rgb(66,14,23); }

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