#3B020D

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

Shades of Rustic Red #3B020D

Tints of Rustic Red #3B020D

Color information

#3B020D (or 0x3B020D) is unknown color: approx Rustic Red. HEX triplet: 3B, 02 and 0D. RGB value is (59,2,13). Sum of RGB (Red+Green+Blue) = 59+2+13=74 (9% of max value = 765). Red value is 59 (23.44% from 255 or 79.73% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 59 - color contains mainly: red. Hex color #3B020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B020D is #C4FDF2. Grayscale: #141414. Windows color (decimal): -12910067 or 852539. OLE color: 852539.

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

Color convert

RGB59213-
CMYK00.970.780.77
HSL348.42º93.44%11.96%-
HSV(B)348.42º96.61%23.14%-
XYZ1.910.47-
YUV20.3123.88155.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 79.73%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=79.73%
G=2.70%
B=17.57%

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
Decimal5921300.970.780.77348.4293.4411.96
Hex3B2D0614E4D15c5dc
Octal73215014111611553413514
Binary111011101101011000011001110100110110101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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