#221516

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

Shades of Rustic Red #221516

Tints of Rustic Red #221516

Color information

#221516 (or 0x221516) is unknown color: approx Rustic Red. HEX triplet: 22, 15 and 16. RGB value is (34,21,22). Sum of RGB (Red+Green+Blue) = 34+21+22=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221516 is #DDEAE9. Grayscale: #191919. Windows color (decimal): -14543594 or 1447202. OLE color: 1447202.

HSL color Cylindrical-coordinate representation of color #221516: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221516 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB342122-
CMYK00.380.350.87
HSL355.38º23.64%10.78%-
HSV(B)355.38º38.24%13.33%-
XYZ1.070.930.88-
YUV25126.31134.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=44.16%
G=27.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34212200.380.350.87355.3823.6410.78
Hex221516026235716318b
Octal422526046431275433013
Binary100010101011011001001101000111010111101100011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221516; }

 p { color: rgb(34,21,22); }

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

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

 a { background-color: rgb(34,21,22); }

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

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

 span { border-color: rgb(34,21,22); }

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