#321016

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

Shades of Rustic Red #321016

Tints of Rustic Red #321016

Color information

#321016 (or 0x321016) is unknown color: approx Rustic Red. HEX triplet: 32, 10 and 16. RGB value is (50,16,22). Sum of RGB (Red+Green+Blue) = 50+16+22=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321016 is #CDEFE9. Grayscale: #1A1A1A. Windows color (decimal): -13496298 or 1445938. OLE color: 1445938.

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

Color convert

RGB501622-
CMYK00.680.560.80
HSL349.41º51.52%12.94%-
HSV(B)349.41º68%19.61%-
XYZ1.651.110.89-
YUV26.85125.26144.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 25%
R=56.82%
G=18.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50162200.680.560.80349.4151.5212.94
Hex321016044385015d34d
Octal6220260104701205356415
Binary11001010000101100100010011100010100001010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321016; }

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

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

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

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

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

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

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

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