#3E0F16

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

Shades of Rustic Red #3E0F16

Tints of Rustic Red #3E0F16

Color information

#3E0F16 (or 0x3E0F16) is unknown color: approx Rustic Red. HEX triplet: 3E, 0F and 16. RGB value is (62,15,22). Sum of RGB (Red+Green+Blue) = 62+15+22=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F16 is #C1F0E9. Grayscale: #1D1D1D. Windows color (decimal): -12710122 or 1445694. OLE color: 1445694.

HSL color Cylindrical-coordinate representation of color #3E0F16: hue angle of 351.06º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E0F16 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB621522-
CMYK00.760.650.76
HSL351.06º61.04%15.1%-
HSV(B)351.06º75.81%24.31%-
XYZ2.31.420.91-
YUV29.85123.57150.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=62.63%
G=15.15%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62152200.760.650.76351.0661.0415.1
Hex3EF1604C414C15f3df
Octal76172601141011145377517
Binary11111011111011001001100100000110011001010111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,22); }

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

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

 a { background-color: rgb(62,15,22); }

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

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

 span { border-color: rgb(62,15,22); }

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