#3A050A

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

Shades of Rustic Red #3A050A

Tints of Rustic Red #3A050A

Color information

#3A050A (or 0x3A050A) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 0A. RGB value is (58,5,10). Sum of RGB (Red+Green+Blue) = 58+5+10=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050A is #C5FAF5. Grayscale: #151515. Windows color (decimal): -12974838 or 656698. OLE color: 656698.

HSL color Cylindrical-coordinate representation of color #3A050A: hue angle of 354.34º 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 #3A050A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.77.

Color convert

RGB58510-
CMYK00.910.830.77
HSL354.34º84.13%12.35%-
HSV(B)354.34º91.38%22.75%-
XYZ1.851.030.39-
YUV21.42121.56154.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 79.45%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=79.45%
G=6.85%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5851000.910.830.77354.3484.1312.35
Hex3A5A05B534D16254c
Octal72512013312311554212414
Binary1110101011010010110111010011100110110110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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