#321316

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

Shades of Rustic Red #321316

Tints of Rustic Red #321316

Color information

#321316 (or 0x321316) is unknown color: approx Rustic Red. HEX triplet: 32, 13 and 16. RGB value is (50,19,22). Sum of RGB (Red+Green+Blue) = 50+19+22=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321316 is #CDECE9. Grayscale: #1C1C1C. Windows color (decimal): -13495530 or 1446706. OLE color: 1446706.

HSL color Cylindrical-coordinate representation of color #321316: hue angle of 354.19º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321316 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB501922-
CMYK00.620.560.80
HSL354.19º44.93%13.53%-
HSV(B)354.19º62%19.61%-
XYZ1.691.20.9-
YUV28.61124.27143.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=54.95%
G=20.88%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50192200.620.560.80354.1944.9313.53
Hex32131603E38501622de
Octal622326076701205425516
Binary1100101001110110011111011100010100001011000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321316; }

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

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

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

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

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

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

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

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