#3B0F16

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

Shades of Rustic Red #3B0F16

Tints of Rustic Red #3B0F16

Color information

#3B0F16 (or 0x3B0F16) is unknown color: approx Rustic Red. HEX triplet: 3B, 0F and 16. RGB value is (59,15,22). Sum of RGB (Red+Green+Blue) = 59+15+22=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F16 is #C4F0E9. Grayscale: #1C1C1C. Windows color (decimal): -12906730 or 1445691. OLE color: 1445691.

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

Color convert

RGB591522-
CMYK00.750.630.77
HSL350.45º59.46%14.51%-
HSV(B)350.45º74.58%23.14%-
XYZ2.121.330.9-
YUV28.95124.08149.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 61.46%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=61.46%
G=15.62%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59152200.750.630.77350.4559.4614.51
Hex3BF1604B3F4D15e3bf
Octal7317260113771155367317
Binary1110111111101100100101111111110011011010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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