#331116

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

Shades of Rustic Red #331116

Tints of Rustic Red #331116

Color information

#331116 (or 0x331116) is unknown color: approx Rustic Red. HEX triplet: 33, 11 and 16. RGB value is (51,17,22). Sum of RGB (Red+Green+Blue) = 51+17+22=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331116 is #CCEEE9. Grayscale: #1B1B1B. Windows color (decimal): -13430506 or 1446195. OLE color: 1446195.

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

Color convert

RGB511722-
CMYK00.670.570.8
HSL351.18º50%13.33%-
HSV(B)351.18º66.67%20%-
XYZ1.711.160.89-
YUV27.74124.76144.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=56.67%
G=18.89%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51172200.670.570.8351.185013.33
Hex331116043395015f32d
Octal6321260103711205376215
Binary11001110001101100100001111100110100001010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331116; }

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

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

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

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

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

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

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

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