#420417

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

Shades of Rustic Red #420417

Tints of Rustic Red #420417

Color information

#420417 (or 0x420417) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 17. RGB value is (66,4,23). Sum of RGB (Red+Green+Blue) = 66+4+23=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420417 is #BDFBE8. Grayscale: #181818. Windows color (decimal): -12450793 or 1508418. OLE color: 1508418.

HSL color Cylindrical-coordinate representation of color #420417: hue angle of 341.61º 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 #420417 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB66423-
CMYK00.940.650.74
HSL341.61º88.57%13.73%-
HSV(B)341.61º93.94%25.88%-
XYZ2.441.310.93-
YUV24.7127.04157.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=70.97%
G=4.30%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6642300.940.650.74341.6188.5713.73
Hex4241705E414A15659e
Octal102427013610111252613116
Binary100001010010111010111101000001100101010101011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420417; }

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

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

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

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

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

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

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

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