#420410

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

Shades of Rustic Red #420410

Tints of Rustic Red #420410

Color information

#420410 (or 0x420410) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 10. RGB value is (66,4,16). Sum of RGB (Red+Green+Blue) = 66+4+16=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420410 is #BDFBEF. Grayscale: #171717. Windows color (decimal): -12450800 or 1049666. OLE color: 1049666.

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

Color convert

RGB66416-
CMYK00.940.760.74
HSL348.39º88.57%13.73%-
HSV(B)348.39º93.94%25.88%-
XYZ2.381.280.61-
YUV23.91123.54158.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 76.74%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=76.74%
G=4.65%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641600.940.760.74348.3988.5713.73
Hex4241005E4C4A15c59e
Octal102420013611411253413116
Binary100001010010000010111101001100100101010101110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420410; }

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

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

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

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

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

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

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

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