Html Css Color HEX #220613 Rustic Red

📋 copy color: '#220613'

red 34 ◦ green 6 ◦ blue 19

#220613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #220613

Tints of Rustic Red #220613

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.2%

R = 57.63%
G = 10.17%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#220613 (or 0x220613) is known color: 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

RGB 34 6 19 -
CMYK 0 0.82 0.44 0.87
HSL 332.14º 0.7% 0.08% -
HSV(B) 332.14º 0.82% 0.13% -
XYZ 0.84 0.52 0.67 -
YUV 15.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 34 6 19 0 0.82 0.44 0.87 332.14 0.7 0.08
Hex 22 6 13 0 52 2C 57 14C 46 8
Octal 42 6 23 0 122 54 127 514 106 10
Binary 100010 110 10011 0 1010010 101100 1010111 101001100 1000110 1000

Color Harmonies of #220613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220613

Black with #220613

Text Example


Text Example

White with #220613

Text Example


Text Example

HTML Codes & Css Web 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>