#331516

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

Shades of Rustic Red #331516

Tints of Rustic Red #331516

Color information

#331516 (or 0x331516) is unknown color: approx Rustic Red. HEX triplet: 33, 15 and 16. RGB value is (51,21,22). Sum of RGB (Red+Green+Blue) = 51+21+22=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331516 is #CCEAE9. Grayscale: #1E1E1E. Windows color (decimal): -13429482 or 1447219. OLE color: 1447219.

HSL color Cylindrical-coordinate representation of color #331516: hue angle of 358º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331516 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB512122-
CMYK00.590.570.8
HSL358º41.67%14.12%-
HSV(B)358º58.82%20%-
XYZ1.781.30.92-
YUV30.08123.44142.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=54.26%
G=22.34%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51212200.590.570.835841.6714.12
Hex33151603B39501662ae
Octal632526073711205465216
Binary1100111010110110011101111100110100001011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331516; }

 p { color: rgb(51,21,22); }

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

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

 a { background-color: rgb(51,21,22); }

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

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

 span { border-color: rgb(51,21,22); }

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