#420517

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

Shades of Rustic Red #420517

Tints of Rustic Red #420517

Color information

#420517 (or 0x420517) is unknown color: approx Rustic Red. HEX triplet: 42, 05 and 17. RGB value is (66,5,23). Sum of RGB (Red+Green+Blue) = 66+5+23=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420517 is #BDFAE8. Grayscale: #191919. Windows color (decimal): -12450537 or 1508674. OLE color: 1508674.

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

Color convert

RGB66523-
CMYK00.920.650.74
HSL342.3º85.92%13.92%-
HSV(B)342.3º92.42%25.88%-
XYZ2.461.330.94-
YUV25.29126.71157.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=70.21%
G=5.32%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6652300.920.650.74342.385.9213.92
Hex4251705C414A15656e
Octal102527013410111252612616
Binary100001010110111010111001000001100101010101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420517; }

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

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

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

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

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

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

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

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