#3B0F15

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

Shades of Rustic Red #3B0F15

Tints of Rustic Red #3B0F15

Color information

#3B0F15 (or 0x3B0F15) is unknown color: approx Rustic Red. HEX triplet: 3B, 0F and 15. RGB value is (59,15,21). Sum of RGB (Red+Green+Blue) = 59+15+21=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F15 is #C4F0EA. Grayscale: #1C1C1C. Windows color (decimal): -12906731 or 1380155. OLE color: 1380155.

HSL color Cylindrical-coordinate representation of color #3B0F15: hue angle of 351.82º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F15 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB591521-
CMYK00.750.640.77
HSL351.82º59.46%14.51%-
HSV(B)351.82º74.58%23.14%-
XYZ2.111.330.85-
YUV28.84123.58149.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=62.11%
G=15.79%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59152100.750.640.77351.8259.4614.51
Hex3BF1504B404D1603bf
Octal73172501131001155407317
Binary11101111111010101001011100000010011011011000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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