#321216

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

Shades of Rustic Red #321216

Tints of Rustic Red #321216

Color information

#321216 (or 0x321216) is unknown color: approx Rustic Red. HEX triplet: 32, 12 and 16. RGB value is (50,18,22). Sum of RGB (Red+Green+Blue) = 50+18+22=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321216 is #CDEDE9. Grayscale: #1C1C1C. Windows color (decimal): -13495786 or 1446450. OLE color: 1446450.

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

Color convert

RGB501822-
CMYK00.640.560.80
HSL352.5º47.06%13.33%-
HSV(B)352.5º64%19.61%-
XYZ1.681.170.9-
YUV28.02124.6143.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=55.56%
G=20%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50182200.640.560.80352.547.0613.33
Hex32121604038501602fd
Octal6222260100701205405715
Binary11001010010101100100000011100010100001011000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321216; }

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

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

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

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

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

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

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

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