#3E0A0F

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

Shades of Rustic Red #3E0A0F

Tints of Rustic Red #3E0A0F

Color information

#3E0A0F (or 0x3E0A0F) is unknown color: approx Rustic Red. HEX triplet: 3E, 0A and 0F. RGB value is (62,10,15). Sum of RGB (Red+Green+Blue) = 62+10+15=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A0F is #C1F5F0. Grayscale: #1A1A1A. Windows color (decimal): -12711409 or 985662. OLE color: 985662.

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

Color convert

RGB621015-
CMYK00.840.760.76
HSL354.23º72.22%14.12%-
HSV(B)354.23º83.87%24.31%-
XYZ2.181.280.58-
YUV26.12121.73153.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 71.26%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=71.26%
G=11.49%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62101500.840.760.76354.2372.2214.12
Hex3EAF0544C4C16248e
Octal761217012411411454211016
Binary11111010101111010101001001100100110010110001010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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