#221016

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

Shades of Rustic Red #221016

Tints of Rustic Red #221016

Color information

#221016 (or 0x221016) is unknown color: approx Rustic Red. HEX triplet: 22, 10 and 16. RGB value is (34,16,22). Sum of RGB (Red+Green+Blue) = 34+16+22=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #221016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221016 is #DDEFE9. Grayscale: #161616. Windows color (decimal): -14544874 or 1445922. OLE color: 1445922.

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

Color convert

RGB341622-
CMYK00.530.350.87
HSL340º36%9.8%-
HSV(B)340º52.94%13.33%-
XYZ0.990.770.86-
YUV22.07127.96136.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=47.22%
G=22.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34162200.530.350.87340369.8
Hex221016035235715424a
Octal422026065431275244412
Binary1000101000010110011010110001110101111010101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221016; }

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

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

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

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

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

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

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

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