#3E050A

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

Shades of Rustic Red #3E050A

Tints of Rustic Red #3E050A

Color information

#3E050A (or 0x3E050A) is unknown color: approx Rustic Red. HEX triplet: 3E, 05 and 0A. RGB value is (62,5,10). Sum of RGB (Red+Green+Blue) = 62+5+10=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E050A is #C1FAF5. Grayscale: #161616. Windows color (decimal): -12712694 or 656702. OLE color: 656702.

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

Color convert

RGB62510-
CMYK00.920.840.76
HSL354.74º85.07%13.14%-
HSV(B)354.74º91.94%24.31%-
XYZ2.11.150.4-
YUV22.61120.88156.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 80.52%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=80.52%
G=6.49%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251000.920.840.76354.7485.0713.14
Hex3E5A05C544C16355d
Octal76512013412411454312515
Binary1111101011010010111001010100100110010110001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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