#220812

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

Shades of Rustic Red #220812

Tints of Rustic Red #220812

Color information

#220812 (or 0x220812) is unknown color: approx Rustic Red. HEX triplet: 22, 08 and 12. RGB value is (34,8,18). Sum of RGB (Red+Green+Blue) = 34+8+18=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220812 is #DDF7ED. Grayscale: #101010. Windows color (decimal): -14546926 or 1181730. OLE color: 1181730.

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

Color convert

RGB34818-
CMYK00.760.470.87
HSL336.92º61.9%8.24%-
HSV(B)336.92º76.47%13.33%-
XYZ0.860.560.63-
YUV16.91128.61140.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 56.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=56.67%
G=13.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3481800.760.470.87336.9261.98.24
Hex2281204C2F571513e8
Octal4210220114571275217610
Binary1000101000100100100110010111110101111010100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220812; }

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

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

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

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

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

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

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

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