#331316

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

Shades of Rustic Red #331316

Tints of Rustic Red #331316

Color information

#331316 (or 0x331316) is unknown color: approx Rustic Red. HEX triplet: 33, 13 and 16. RGB value is (51,19,22). Sum of RGB (Red+Green+Blue) = 51+19+22=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331316 is #CCECE9. Grayscale: #1C1C1C. Windows color (decimal): -13429994 or 1446707. OLE color: 1446707.

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

Color convert

RGB511922-
CMYK00.630.570.8
HSL354.38º45.71%13.73%-
HSV(B)354.38º62.75%20%-
XYZ1.741.230.9-
YUV28.91124.1143.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=55.43%
G=20.65%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51192200.630.570.8354.3845.7113.73
Hex33131603F39501622ee
Octal632326077711205425616
Binary1100111001110110011111111100110100001011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331316; }

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

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

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

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

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

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

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

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