#220813

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

Shades of Rustic Red #220813

Tints of Rustic Red #220813

Color information

#220813 (or 0x220813) is unknown color: approx Rustic Red. HEX triplet: 22, 08 and 13. RGB value is (34,8,19). Sum of RGB (Red+Green+Blue) = 34+8+19=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #220813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220813 is #DDF7EC. Grayscale: #111111. Windows color (decimal): -14546925 or 1247266. OLE color: 1247266.

HSL color Cylindrical-coordinate representation of color #220813: hue angle of 334.62º 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 #220813 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB34819-
CMYK00.760.440.87
HSL334.62º61.9%8.24%-
HSV(B)334.62º76.47%13.33%-
XYZ0.860.560.68-
YUV17.03129.11140.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 55.74%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=55.74%
G=13.11%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3481900.760.440.87334.6261.98.24
Hex2281304C2C5714f3e8
Octal4210230114541275177610
Binary1000101000100110100110010110010101111010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220813; }

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

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

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

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

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

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

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

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