#220D15

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

Shades of Rustic Red #220D15

Tints of Rustic Red #220D15

Color information

#220D15 (or 0x220D15) is unknown color: approx Rustic Red. HEX triplet: 22, 0D and 15. RGB value is (34,13,21). Sum of RGB (Red+Green+Blue) = 34+13+21=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #220D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D15 is #DDF2EA. Grayscale: #141414. Windows color (decimal): -14545643 or 1379618. OLE color: 1379618.

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

Color convert

RGB341321-
CMYK00.620.380.87
HSL337.14º44.68%9.22%-
HSV(B)337.14º61.76%13.33%-
XYZ0.940.680.79-
YUV20.19128.46137.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=50%
G=19.12%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34132100.620.380.87337.1444.689.22
Hex22D1503E26571512d9
Octal421525076461275215511
Binary100010110110101011111010011010101111010100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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