#220D10

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

Shades of Rustic Red #220D10

Tints of Rustic Red #220D10

Color information

#220D10 (or 0x220D10) is unknown color: approx Rustic Red. HEX triplet: 22, 0D and 10. RGB value is (34,13,16). Sum of RGB (Red+Green+Blue) = 34+13+16=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #220D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D10 is #DDF2EF. Grayscale: #131313. Windows color (decimal): -14545648 or 1051938. OLE color: 1051938.

HSL color Cylindrical-coordinate representation of color #220D10: hue angle of 351.43º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D10 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB341316-
CMYK00.620.530.87
HSL351.43º44.68%9.22%-
HSV(B)351.43º61.76%13.33%-
XYZ0.90.670.57-
YUV19.62125.96138.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.97%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=53.97%
G=20.63%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34131600.620.530.87351.4344.689.22
Hex22D1003E355715f2d9
Octal421520076651275375511
Binary100010110110000011111011010110101111010111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220D10; }

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

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

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

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

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

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

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

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