#3E0C18

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

Shades of Rustic Red #3E0C18

Tints of Rustic Red #3E0C18

Color information

#3E0C18 (or 0x3E0C18) is unknown color: approx Rustic Red. HEX triplet: 3E, 0C and 18. RGB value is (62,12,24). Sum of RGB (Red+Green+Blue) = 62+12+24=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0C18 is #C1F3E7. Grayscale: #1C1C1C. Windows color (decimal): -12710888 or 1575998. OLE color: 1575998.

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

Color convert

RGB621224-
CMYK00.810.610.76
HSL345.6º67.57%14.51%-
HSV(B)345.6º80.65%24.31%-
XYZ2.281.351-
YUV28.32125.56152.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 63.27%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=63.27%
G=12.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62122400.810.610.76345.667.5714.51
Hex3EC180513D4C15a44f
Octal76143001217511453210417
Binary11111011001100001010001111101100110010101101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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