#420116

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

Shades of Rustic Red #420116

Tints of Rustic Red #420116

Color information

#420116 (or 0x420116) is unknown color: approx Rustic Red. HEX triplet: 42, 01 and 16. RGB value is (66,1,22). Sum of RGB (Red+Green+Blue) = 66+1+22=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420116 is #BDFEE9. Grayscale: #161616. Windows color (decimal): -12451562 or 1442114. OLE color: 1442114.

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

Color convert

RGB66122-
CMYK00.980.670.74
HSL340.62º97.01%13.14%-
HSV(B)340.62º98.48%25.88%-
XYZ2.41.240.87-
YUV22.83127.53158.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=74.16%
G=1.12%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612200.980.670.74340.6297.0113.14
Hex42116062434A15561d
Octal102126014210311252514115
Binary1000010110110011000101000011100101010101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420116; }

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

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

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

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

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

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

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

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