#3A050E

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

Shades of Rustic Red #3A050E

Tints of Rustic Red #3A050E

Color information

#3A050E (or 0x3A050E) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 0E. RGB value is (58,5,14). Sum of RGB (Red+Green+Blue) = 58+5+14=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050E is #C5FAF1. Grayscale: #151515. Windows color (decimal): -12974834 or 918842. OLE color: 918842.

HSL color Cylindrical-coordinate representation of color #3A050E: hue angle of 349.81º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A050E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB58514-
CMYK00.910.760.77
HSL349.81º84.13%12.35%-
HSV(B)349.81º91.38%22.75%-
XYZ1.881.040.52-
YUV21.87123.56153.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 75.32%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=75.32%
G=6.49%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5851400.910.760.77349.8184.1312.35
Hex3A5E05B4C4D15e54c
Octal72516013311411553612414
Binary1110101011110010110111001100100110110101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,14); }

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

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

 a { background-color: rgb(58,5,14); }

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

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

 span { border-color: rgb(58,5,14); }

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