#3E020C

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

Shades of Rustic Red #3E020C

Tints of Rustic Red #3E020C

Color information

#3E020C (or 0x3E020C) is unknown color: approx Rustic Red. HEX triplet: 3E, 02 and 0C. RGB value is (62,2,12). Sum of RGB (Red+Green+Blue) = 62+2+12=76 (10% of max value = 765). Red value is 62 (24.61% from 255 or 81.58% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 62 - color contains mainly: red. Hex color #3E020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E020C is #C1FDF3. Grayscale: #151515. Windows color (decimal): -12713460 or 787006. OLE color: 787006.

HSL color Cylindrical-coordinate representation of color #3E020C: hue angle of 350º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E020C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.76.

Color convert

RGB62212-
CMYK00.970.810.76
HSL350º93.75%12.55%-
HSV(B)350º96.77%24.31%-
XYZ2.071.090.45-
YUV21.08122.88157.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 81.58%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=81.58%
G=2.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6221200.970.810.7635093.7512.55
Hex3E2C061514C15e5ed
Octal76214014112111453613615
Binary111110101100011000011010001100110010101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E020C; }

 p { color: rgb(62,2,12); }

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

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

 a { background-color: rgb(62,2,12); }

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

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

 span { border-color: rgb(62,2,12); }

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