#220F13

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

Shades of Rustic Red #220F13

Tints of Rustic Red #220F13

Color information

#220F13 (or 0x220F13) is unknown color: approx Rustic Red. HEX triplet: 22, 0F and 13. RGB value is (34,15,19). Sum of RGB (Red+Green+Blue) = 34+15+19=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #220F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F13 is #DDF0EC. Grayscale: #151515. Windows color (decimal): -14545133 or 1249058. OLE color: 1249058.

HSL color Cylindrical-coordinate representation of color #220F13: hue angle of 347.37º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #220F13 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB341519-
CMYK00.560.440.87
HSL347.37º38.78%9.61%-
HSV(B)347.37º55.88%13.33%-
XYZ0.950.730.71-
YUV21.14126.79137.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=50%
G=22.06%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34151900.560.440.87347.3738.789.61
Hex22F130382C5715b27a
Octal421723070541275334712
Binary100010111110011011100010110010101111010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,15,19); }

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

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

 a { background-color: rgb(34,15,19); }

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

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

 span { border-color: rgb(34,15,19); }

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