#3B0215

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

Shades of Rustic Red #3B0215

Tints of Rustic Red #3B0215

Color information

#3B0215 (or 0x3B0215) is unknown color: approx Rustic Red. HEX triplet: 3B, 02 and 15. RGB value is (59,2,21). Sum of RGB (Red+Green+Blue) = 59+2+21=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0215 is #C4FDEA. Grayscale: #151515. Windows color (decimal): -12910059 or 1376827. OLE color: 1376827.

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

Color convert

RGB59221-
CMYK00.970.640.77
HSL340º93.44%11.96%-
HSV(B)340º96.61%23.14%-
XYZ1.961.030.8-
YUV21.21127.88154.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=71.95%
G=2.44%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5922100.970.640.7734093.4411.96
Hex3B215061404D1545dc
Octal73225014110011552413514
Binary1110111010101011000011000000100110110101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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