#220F17

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

Shades of Rustic Red #220F17

Tints of Rustic Red #220F17

Color information

#220F17 (or 0x220F17) is unknown color: approx Rustic Red. HEX triplet: 22, 0F and 17. RGB value is (34,15,23). Sum of RGB (Red+Green+Blue) = 34+15+23=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F17 is #DDF0E8. Grayscale: #151515. Windows color (decimal): -14545129 or 1511202. OLE color: 1511202.

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

Color convert

RGB341523-
CMYK00.560.320.87
HSL334.74º38.78%9.61%-
HSV(B)334.74º55.88%13.33%-
XYZ0.990.740.9-
YUV21.59128.79136.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=47.22%
G=20.83%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34152300.560.320.87334.7438.789.61
Hex22F17038205714f27a
Octal421727070401275174712
Binary100010111110111011100010000010101111010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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