#3E0213

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

Shades of Rustic Red #3E0213

Tints of Rustic Red #3E0213

Color information

#3E0213 (or 0x3E0213) is unknown color: approx Rustic Red. HEX triplet: 3E, 02 and 13. RGB value is (62,2,19). Sum of RGB (Red+Green+Blue) = 62+2+19=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0213 is #C1FDEC. Grayscale: #151515. Windows color (decimal): -12713453 or 1245758. OLE color: 1245758.

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

Color convert

RGB62219-
CMYK00.970.690.76
HSL343º93.75%12.55%-
HSV(B)343º96.77%24.31%-
XYZ2.131.110.72-
YUV21.88126.38156.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 74.70%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=74.70%
G=2.41%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6221900.970.690.7634393.7512.55
Hex3E213061454C1575ed
Octal76223014110511452713615
Binary1111101010011011000011000101100110010101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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