#220D0E

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

Shades of Rustic Red #220D0E

Tints of Rustic Red #220D0E

Color information

#220D0E (or 0x220D0E) is unknown color: approx Rustic Red. HEX triplet: 22, 0D and 0E. RGB value is (34,13,14). Sum of RGB (Red+Green+Blue) = 34+13+14=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #220D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D0E is #DDF2F1. Grayscale: #131313. Windows color (decimal): -14545650 or 920866. OLE color: 920866.

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

Color convert

RGB341314-
CMYK00.620.590.87
HSL357.14º44.68%9.22%-
HSV(B)357.14º61.76%13.33%-
XYZ0.880.660.5-
YUV19.39124.96138.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 55.74%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=55.74%
G=21.31%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34131400.620.590.87357.1444.689.22
Hex22DE03E3B571652d9
Octal421516076731275455511
Binary10001011011110011111011101110101111011001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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