#3A020B

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

Shades of Rustic Red #3A020B

Tints of Rustic Red #3A020B

Color information

#3A020B (or 0x3A020B) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 0B. RGB value is (58,2,11). Sum of RGB (Red+Green+Blue) = 58+2+11=71 (9% of max value = 765). Red value is 58 (23.05% from 255 or 81.69% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020B is #C5FDF4. Grayscale: #131313. Windows color (decimal): -12975605 or 721466. OLE color: 721466.

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

Color convert

RGB58211-
CMYK00.970.810.77
HSL350.36º93.33%11.76%-
HSV(B)350.36º96.55%22.75%-
XYZ1.830.970.41-
YUV19.77123.05155.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 81.69%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=81.69%
G=2.82%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821100.970.810.77350.3693.3311.76
Hex3A2B061514D15e5dc
Octal72213014112111553613514
Binary111010101011011000011010001100110110101111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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