#421419

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

Shades of Rustic Red #421419

Tints of Rustic Red #421419

Color information

#421419 (or 0x421419) is unknown color: approx Rustic Red. HEX triplet: 42, 14 and 19. RGB value is (66,20,25). Sum of RGB (Red+Green+Blue) = 66+20+25=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421419 is #BDEBE6. Grayscale: #222222. Windows color (decimal): -12446695 or 1643586. OLE color: 1643586.

HSL color Cylindrical-coordinate representation of color #421419: hue angle of 353.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421419 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB662025-
CMYK00.700.620.74
HSL353.48º53.49%16.86%-
HSV(B)353.48º69.7%25.88%-
XYZ2.671.731.11-
YUV34.32122.74150.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=59.46%
G=18.02%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66202500.700.620.74353.4853.4916.86
Hex4214190463E4A1613511
Octal10224310106761125416521
Binary1000010101001100101000110111110100101010110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421419; }

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

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

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

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

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

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

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

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