#420218

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

Shades of Rustic Red #420218

Tints of Rustic Red #420218

Color information

#420218 (or 0x420218) is unknown color: approx Rustic Red. HEX triplet: 42, 02 and 18. RGB value is (66,2,24). Sum of RGB (Red+Green+Blue) = 66+2+24=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420218 is #BDFDE7. Grayscale: #171717. Windows color (decimal): -12451304 or 1573442. OLE color: 1573442.

HSL color Cylindrical-coordinate representation of color #420218: hue angle of 339.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420218 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB66224-
CMYK00.970.640.74
HSL339.38º94.12%13.33%-
HSV(B)339.38º96.97%25.88%-
XYZ2.431.270.98-
YUV23.64128.2158.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=71.74%
G=2.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622400.970.640.74339.3894.1213.33
Hex42218061404A1535ed
Octal102230014110011252313615
Binary10000101011000011000011000000100101010101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420218; }

 p { color: rgb(66,2,24); }

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

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

 a { background-color: rgb(66,2,24); }

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

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

 span { border-color: rgb(66,2,24); }

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