#220613

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

Shades of Rustic Red #220613

Tints of Rustic Red #220613

Color information

#220613 (or 0x220613) is unknown color: approx Rustic Red. HEX triplet: 22, 06 and 13. RGB value is (34,6,19). Sum of RGB (Red+Green+Blue) = 34+6+19=59 (7% of max value = 765). Red value is 34 (13.67% from 255 or 57.63% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 34 - color contains mainly: red. Hex color #220613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220613 is #DDF9EC. Grayscale: #0F0F0F. Windows color (decimal): -14547437 or 1246754. OLE color: 1246754.

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

Color convert

RGB34619-
CMYK00.820.440.87
HSL332.14º70%7.84%-
HSV(B)332.14º82.35%13.33%-
XYZ0.840.520.67-
YUV15.85129.78140.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 57.63%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=57.63%
G=10.17%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3461900.820.440.87332.14707.84
Hex226130522C5714c468
Octal4262301225412751410610
Binary1000101101001101010010101100101011110100110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220613; }

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

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

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

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

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

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

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

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