#3A020A

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

Shades of Rustic Red #3A020A

Tints of Rustic Red #3A020A

Color information

#3A020A (or 0x3A020A) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 0A. RGB value is (58,2,10). Sum of RGB (Red+Green+Blue) = 58+2+10=70 (9% of max value = 765). Red value is 58 (23.05% from 255 or 82.86% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020A is #C5FDF5. Grayscale: #131313. Windows color (decimal): -12975606 or 655930. OLE color: 655930.

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

Color convert

RGB58210-
CMYK00.970.830.77
HSL351.43º93.33%11.76%-
HSV(B)351.43º96.55%22.75%-
XYZ1.820.960.38-
YUV19.66122.55155.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 82.86%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=82.86%
G=2.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821000.970.830.77351.4393.3311.76
Hex3A2A061534D15f5dc
Octal72212014112311553713514
Binary111010101010011000011010011100110110101111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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