#3E050F

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

Shades of Rustic Red #3E050F

Tints of Rustic Red #3E050F

Color information

#3E050F (or 0x3E050F) is unknown color: approx Rustic Red. HEX triplet: 3E, 05 and 0F. RGB value is (62,5,15). Sum of RGB (Red+Green+Blue) = 62+5+15=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E050F is #C1FAF0. Grayscale: #171717. Windows color (decimal): -12712689 or 984382. OLE color: 984382.

HSL color Cylindrical-coordinate representation of color #3E050F: hue angle of 349.47º 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 #3E050F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB62515-
CMYK00.920.760.76
HSL349.47º85.07%13.14%-
HSV(B)349.47º91.94%24.31%-
XYZ2.131.170.57-
YUV23.18123.38155.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 75.61%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=75.61%
G=6.10%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251500.920.760.76349.4785.0713.14
Hex3E5F05C4C4C15d55d
Octal76517013411411453512515
Binary1111101011111010111001001100100110010101110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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