#220712

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

Shades of Rustic Red #220712

Tints of Rustic Red #220712

Color information

#220712 (or 0x220712) is unknown color: approx Rustic Red. HEX triplet: 22, 07 and 12. RGB value is (34,7,18). Sum of RGB (Red+Green+Blue) = 34+7+18=59 (7% of max value = 765). Red value is 34 (13.67% from 255 or 57.63% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 34 - color contains mainly: red. Hex color #220712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220712 is #DDF8ED. Grayscale: #101010. Windows color (decimal): -14547182 or 1181474. OLE color: 1181474.

HSL color Cylindrical-coordinate representation of color #220712: hue angle of 335.56º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #220712 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB34718-
CMYK00.790.470.87
HSL335.56º65.85%8.04%-
HSV(B)335.56º79.41%13.33%-
XYZ0.840.540.63-
YUV16.33128.95140.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 57.63%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=57.63%
G=11.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3471800.790.470.87335.5665.858.04
Hex2271204F2F57150428
Octal4272201175712752010210
Binary1000101111001001001111101111101011110101000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220712; }

 p { color: rgb(34,7,18); }

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

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

 a { background-color: rgb(34,7,18); }

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

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

 span { border-color: rgb(34,7,18); }

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