#3E0D16

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

Shades of Rustic Red #3E0D16

Tints of Rustic Red #3E0D16

Color information

#3E0D16 (or 0x3E0D16) is unknown color: approx Rustic Red. HEX triplet: 3E, 0D and 16. RGB value is (62,13,22). Sum of RGB (Red+Green+Blue) = 62+13+22=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0D16 is #C1F2E9. Grayscale: #1C1C1C. Windows color (decimal): -12710634 or 1445182. OLE color: 1445182.

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

Color convert

RGB621322-
CMYK00.790.650.76
HSL348.98º65.33%14.71%-
HSV(B)348.98º79.03%24.31%-
XYZ2.281.370.9-
YUV28.68124.23151.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 63.92%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=63.92%
G=13.40%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62132200.790.650.76348.9865.3314.71
Hex3ED1604F414C15d41f
Octal761526011710111453510117
Binary111110110110110010011111000001100110010101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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