#3E0B15

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

Shades of Rustic Red #3E0B15

Tints of Rustic Red #3E0B15

Color information

#3E0B15 (or 0x3E0B15) is unknown color: approx Rustic Red. HEX triplet: 3E, 0B and 15. RGB value is (62,11,21). Sum of RGB (Red+Green+Blue) = 62+11+21=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B15 is #C1F4EA. Grayscale: #1B1B1B. Windows color (decimal): -12711147 or 1379134. OLE color: 1379134.

HSL color Cylindrical-coordinate representation of color #3E0B15: hue angle of 348.24º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B15 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB621121-
CMYK00.820.660.76
HSL348.24º69.86%14.31%-
HSV(B)348.24º82.26%24.31%-
XYZ2.241.320.85-
YUV27.39124.4152.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=65.96%
G=11.70%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62112100.820.660.76348.2469.8614.31
Hex3EB15052424C15c46e
Octal761325012210211453410616
Binary111110101110101010100101000010100110010101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,21); }

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

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

 a { background-color: rgb(62,11,21); }

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

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

 span { border-color: rgb(62,11,21); }

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