#3A020D

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

Shades of Rustic Red #3A020D

Tints of Rustic Red #3A020D

Color information

#3A020D (or 0x3A020D) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 0D. RGB value is (58,2,13). Sum of RGB (Red+Green+Blue) = 58+2+13=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020D is #C5FDF2. Grayscale: #141414. Windows color (decimal): -12975603 or 852538. OLE color: 852538.

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

Color convert

RGB58213-
CMYK00.970.780.77
HSL348.21º93.33%11.76%-
HSV(B)348.21º96.55%22.75%-
XYZ1.840.970.47-
YUV20124.05155.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 79.45%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=79.45%
G=2.74%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821300.970.780.77348.2193.3311.76
Hex3A2D0614E4D15c5dc
Octal72215014111611553413514
Binary111010101101011000011001110100110110101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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