#220C0D

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

Shades of Rustic Red #220C0D

Tints of Rustic Red #220C0D

Color information

#220C0D (or 0x220C0D) is unknown color: approx Rustic Red. HEX triplet: 22, 0C and 0D. RGB value is (34,12,13). Sum of RGB (Red+Green+Blue) = 34+12+13=59 (7% of max value = 765). Red value is 34 (13.67% from 255 or 57.63% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 34 - color contains mainly: red. Hex color #220C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C0D is #DDF3F2. Grayscale: #121212. Windows color (decimal): -14545907 or 855074. OLE color: 855074.

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

Color convert

RGB341213-
CMYK00.650.620.87
HSL357.27º47.83%9.02%-
HSV(B)357.27º64.71%13.33%-
XYZ0.860.630.46-
YUV18.69124.79138.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 57.63%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=57.63%
G=20.34%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34121300.650.620.87357.2747.839.02
Hex22CD0413E57165309
Octal4214150101761275456011
Binary100010110011010100000111111010101111011001011100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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