#420A19

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

Shades of Rustic Red #420A19

Tints of Rustic Red #420A19

Color information

#420A19 (or 0x420A19) is unknown color: approx Rustic Red. HEX triplet: 42, 0A and 19. RGB value is (66,10,25). Sum of RGB (Red+Green+Blue) = 66+10+25=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A19 is #BDF5E6. Grayscale: #1C1C1C. Windows color (decimal): -12449255 or 1641026. OLE color: 1641026.

HSL color Cylindrical-coordinate representation of color #420A19: hue angle of 343.93º 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 #420A19 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB661025-
CMYK00.850.620.74
HSL343.93º73.68%14.9%-
HSV(B)343.93º84.85%25.88%-
XYZ2.531.451.07-
YUV28.45126.05154.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=65.35%
G=9.90%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66102500.850.620.74343.9373.6814.9
Hex42A190553E4A1584af
Octal102123101257611253011217
Binary100001010101100101010101111110100101010101100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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