#420118

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

Shades of Rustic Red #420118

Tints of Rustic Red #420118

Color information

#420118 (or 0x420118) is unknown color: approx Rustic Red. HEX triplet: 42, 01 and 18. RGB value is (66,1,24). Sum of RGB (Red+Green+Blue) = 66+1+24=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420118 is #BDFEE7. Grayscale: #171717. Windows color (decimal): -12451560 or 1573186. OLE color: 1573186.

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

Color convert

RGB66124-
CMYK00.980.640.74
HSL338.77º97.01%13.14%-
HSV(B)338.77º98.48%25.88%-
XYZ2.421.250.98-
YUV23.06128.53158.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 72.53%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=72.53%
G=1.10%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612400.980.640.74338.7797.0113.14
Hex42118062404A15361d
Octal102130014210011252314115
Binary1000010111000011000101000000100101010101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420118; }

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

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

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

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

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

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

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

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