#3B1016

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

Shades of Rustic Red #3B1016

Tints of Rustic Red #3B1016

Color information

#3B1016 (or 0x3B1016) is unknown color: approx Rustic Red. HEX triplet: 3B, 10 and 16. RGB value is (59,16,22). Sum of RGB (Red+Green+Blue) = 59+16+22=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1016 is #C4EFE9. Grayscale: #1D1D1D. Windows color (decimal): -12906474 or 1445947. OLE color: 1445947.

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

Color convert

RGB591622-
CMYK00.730.630.77
HSL351.63º57.33%14.71%-
HSV(B)351.63º72.88%23.14%-
XYZ2.131.360.91-
YUV29.54123.75149.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=60.82%
G=16.49%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59162200.730.630.77351.6357.3314.71
Hex3B10160493F4D16039f
Octal7320260111771155407117
Binary11101110000101100100100111111110011011011000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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