#42020B

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

Shades of Rustic Red #42020B

Tints of Rustic Red #42020B

Color information

#42020B (or 0x42020B) is unknown color: approx Rustic Red. HEX triplet: 42, 02 and 0B. RGB value is (66,2,11). Sum of RGB (Red+Green+Blue) = 66+2+11=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #42020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42020B is #BDFDF4. Grayscale: #161616. Windows color (decimal): -12451317 or 721474. OLE color: 721474.

HSL color Cylindrical-coordinate representation of color #42020B: hue angle of 351.56º 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 #42020B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB66211-
CMYK00.970.830.74
HSL351.56º94.12%13.33%-
HSV(B)351.56º96.97%25.88%-
XYZ2.331.230.43-
YUV22.16121.7159.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 83.54%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=83.54%
G=2.53%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6621100.970.830.74351.5694.1213.33
Hex422B061534A1605ed
Octal102213014112311254013615
Binary1000010101011011000011010011100101010110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42020B; }

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

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

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

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

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

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

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

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