#321416

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

Shades of Rustic Red #321416

Tints of Rustic Red #321416

Color information

#321416 (or 0x321416) is unknown color: approx Rustic Red. HEX triplet: 32, 14 and 16. RGB value is (50,20,22). Sum of RGB (Red+Green+Blue) = 50+20+22=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321416 is #CDEBE9. Grayscale: #1D1D1D. Windows color (decimal): -13495274 or 1446962. OLE color: 1446962.

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

Color convert

RGB502022-
CMYK00.600.560.80
HSL356º42.86%13.73%-
HSV(B)356º60%19.61%-
XYZ1.711.240.91-
YUV29.2123.94142.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=54.35%
G=21.74%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50202200.600.560.8035642.8613.73
Hex32141603C38501642be
Octal622426074701205445316
Binary1100101010010110011110011100010100001011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321416; }

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

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

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

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

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

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

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

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