#3B020A

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

Shades of Rustic Red #3B020A

Tints of Rustic Red #3B020A

Color information

#3B020A (or 0x3B020A) is unknown color: approx Rustic Red. HEX triplet: 3B, 02 and 0A. RGB value is (59,2,10). Sum of RGB (Red+Green+Blue) = 59+2+10=71 (9% of max value = 765). Red value is 59 (23.44% from 255 or 83.10% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 59 - color contains mainly: red. Hex color #3B020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B020A is #C4FDF5. Grayscale: #131313. Windows color (decimal): -12910070 or 655931. OLE color: 655931.

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

Color convert

RGB59210-
CMYK00.970.830.77
HSL351.58º93.44%11.96%-
HSV(B)351.58º96.61%23.14%-
XYZ1.8810.38-
YUV19.95122.38155.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 83.10%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 10 (4.30% from 255) = 14.08%
R=83.10%
G=2.82%
B=14.08%

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
Decimal5921000.970.830.77351.5893.4411.96
Hex3B2A061534D1605dc
Octal73212014112311554013514
Binary111011101010011000011010011100110110110000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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