#3B1316

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

Shades of Rustic Red #3B1316

Tints of Rustic Red #3B1316

Color information

#3B1316 (or 0x3B1316) is unknown color: approx Rustic Red. HEX triplet: 3B, 13 and 16. RGB value is (59,19,22). Sum of RGB (Red+Green+Blue) = 59+19+22=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1316 is #C4ECE9. Grayscale: #1F1F1F. Windows color (decimal): -12905706 or 1446715. OLE color: 1446715.

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

Color convert

RGB591922-
CMYK00.680.630.77
HSL355.5º51.28%15.29%-
HSV(B)355.5º67.8%23.14%-
XYZ2.181.450.92-
YUV31.3122.75147.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 59%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 22 (8.98% from 255) = 22%
R=59%
G=19%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59192200.680.630.77355.551.2815.29
Hex3B13160443F4D16433f
Octal7323260104771155446317
Binary11101110011101100100010011111110011011011001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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