#331216

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

Shades of Rustic Red #331216

Tints of Rustic Red #331216

Color information

#331216 (or 0x331216) is unknown color: approx Rustic Red. HEX triplet: 33, 12 and 16. RGB value is (51,18,22). Sum of RGB (Red+Green+Blue) = 51+18+22=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331216 is #CCEDE9. Grayscale: #1C1C1C. Windows color (decimal): -13430250 or 1446451. OLE color: 1446451.

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

Color convert

RGB511822-
CMYK00.650.570.8
HSL352.73º47.83%13.53%-
HSV(B)352.73º64.71%20%-
XYZ1.731.190.9-
YUV28.32124.43144.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=56.04%
G=19.78%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51182200.650.570.8352.7347.8313.53
Hex331216041395016130e
Octal6322260101711205416016
Binary11001110010101100100000111100110100001011000011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331216; }

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

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

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

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

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

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

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

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