#3E020D

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

Shades of Rustic Red #3E020D

Tints of Rustic Red #3E020D

Color information

#3E020D (or 0x3E020D) is unknown color: approx Rustic Red. HEX triplet: 3E, 02 and 0D. RGB value is (62,2,13). Sum of RGB (Red+Green+Blue) = 62+2+13=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E020D is #C1FDF2. Grayscale: #151515. Windows color (decimal): -12713459 or 852542. OLE color: 852542.

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

Color convert

RGB62213-
CMYK00.970.790.76
HSL349º93.75%12.55%-
HSV(B)349º96.77%24.31%-
XYZ2.081.10.48-
YUV21.19123.38157.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 80.52%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=80.52%
G=2.60%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6221300.970.790.7634993.7512.55
Hex3E2D0614F4C15d5ed
Octal76215014111711453513615
Binary111110101101011000011001111100110010101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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