#42020E

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

Shades of Rustic Red #42020E

Tints of Rustic Red #42020E

Color information

#42020E (or 0x42020E) is unknown color: approx Rustic Red. HEX triplet: 42, 02 and 0E. RGB value is (66,2,14). Sum of RGB (Red+Green+Blue) = 66+2+14=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42020E is #BDFDF1. Grayscale: #161616. Windows color (decimal): -12451314 or 918082. OLE color: 918082.

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

Color convert

RGB66214-
CMYK00.970.790.74
HSL348.75º94.12%13.33%-
HSV(B)348.75º96.97%25.88%-
XYZ2.351.230.53-
YUV22.5123.2159.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 80.49%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=80.49%
G=2.44%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6621400.970.790.74348.7594.1213.33
Hex422E0614F4A15d5ed
Octal102216014111711253513615
Binary1000010101110011000011001111100101010101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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