#220D11

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

Shades of Rustic Red #220D11

Tints of Rustic Red #220D11

Color information

#220D11 (or 0x220D11) is unknown color: approx Rustic Red. HEX triplet: 22, 0D and 11. RGB value is (34,13,17). Sum of RGB (Red+Green+Blue) = 34+13+17=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #220D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D11 is #DDF2EE. Grayscale: #131313. Windows color (decimal): -14545647 or 1117474. OLE color: 1117474.

HSL color Cylindrical-coordinate representation of color #220D11: hue angle of 348.57º 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 #220D11 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB341317-
CMYK00.620.500.87
HSL348.57º44.68%9.22%-
HSV(B)348.57º61.76%13.33%-
XYZ0.90.670.61-
YUV19.74126.46138.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.12%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=53.12%
G=20.31%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34131700.620.500.87348.5744.689.22
Hex22D1103E325715d2d9
Octal421521076621275355511
Binary100010110110001011111011001010101111010111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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