#331416

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

Shades of Rustic Red #331416

Tints of Rustic Red #331416

Color information

#331416 (or 0x331416) is unknown color: approx Rustic Red. HEX triplet: 33, 14 and 16. RGB value is (51,20,22). Sum of RGB (Red+Green+Blue) = 51+20+22=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331416 is #CCEBE9. Grayscale: #1D1D1D. Windows color (decimal): -13429738 or 1446963. OLE color: 1446963.

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

Color convert

RGB512022-
CMYK00.610.570.8
HSL356.13º43.66%13.92%-
HSV(B)356.13º60.78%20%-
XYZ1.761.260.91-
YUV29.5123.77143.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=54.84%
G=21.51%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51202200.610.570.8356.1343.6613.92
Hex33141603D39501642ce
Octal632426075711205445416
Binary1100111010010110011110111100110100001011001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331416; }

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

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

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

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

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

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

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

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