#3E050C

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

Shades of Rustic Red #3E050C

Tints of Rustic Red #3E050C

Color information

#3E050C (or 0x3E050C) is unknown color: approx Rustic Red. HEX triplet: 3E, 05 and 0C. RGB value is (62,5,12). Sum of RGB (Red+Green+Blue) = 62+5+12=79 (10% of max value = 765). Red value is 62 (24.61% from 255 or 78.48% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 62 - color contains mainly: red. Hex color #3E050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E050C is #C1FAF3. Grayscale: #161616. Windows color (decimal): -12712692 or 787774. OLE color: 787774.

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

Color convert

RGB62512-
CMYK00.920.810.76
HSL352.63º85.07%13.14%-
HSV(B)352.63º91.94%24.31%-
XYZ2.111.160.46-
YUV22.84121.88155.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 78.48%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=78.48%
G=6.33%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251200.920.810.76352.6385.0713.14
Hex3E5C05C514C16155d
Octal76514013412111454112515
Binary1111101011100010111001010001100110010110000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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