#220F10

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

Shades of Rustic Red #220F10

Tints of Rustic Red #220F10

Color information

#220F10 (or 0x220F10) is unknown color: approx Rustic Red. HEX triplet: 22, 0F and 10. RGB value is (34,15,16). Sum of RGB (Red+Green+Blue) = 34+15+16=65 (8% of max value = 765). Red value is 34 (13.67% from 255 or 52.31% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 34 - color contains mainly: red. Hex color #220F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F10 is #DDF0EF. Grayscale: #141414. Windows color (decimal): -14545136 or 1052450. OLE color: 1052450.

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

Color convert

RGB341516-
CMYK00.560.530.87
HSL356.84º38.78%9.61%-
HSV(B)356.84º55.88%13.33%-
XYZ0.920.720.58-
YUV20.8125.29137.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 52.31%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=52.31%
G=23.08%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34151600.560.530.87356.8438.789.61
Hex22F10038355716527a
Octal421720070651275454712
Binary100010111110000011100011010110101111011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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