Html Css Color HEX #220509 Rustic Red

📋 copy color: '#220509'

red 34 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #220509

Tints of Rustic Red #220509

RGB

 RED value IS 34 (13.67% from 255) = 70.83%

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 9 (3.91% from 255) = 18.75%

R = 70.83%
G = 10.42%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#220509 (or 0x220509) is known color: Rustic Red. HEX triplet: 22, 05 and 09. RGB value is (34,5,9). Sum of RGB (Red+Green+Blue) = 34+5+9=48 (6% of max value = 765). Red value is 34 (13.67% from 255 or 70.83% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 34 - color contains mainly: red. Hex color #220509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220509 is #DDFAF6. Grayscale: #0E0E0E. Windows color (decimal): -14547703 or 591138. OLE color: 591138.

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

Color convert

RGB 34 5 9 -
CMYK 0 0.85 0.74 0.87
HSL 351.72º 0.74% 0.08% -
HSV(B) 351.72º 0.85% 0.13% -
XYZ 0.76 0.47 0.31 -
YUV 14.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 34 5 9 0 0.85 0.74 0.87 351.72 0.74 0.08
Hex 22 5 9 0 55 4A 57 160 4A 8
Octal 42 5 11 0 125 112 127 540 112 10
Binary 100010 101 1001 0 1010101 1001010 1010111 101100000 1001010 1000

Color Harmonies of #220509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220509

Black with #220509

Text Example


Text Example

White with #220509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220509; }

 p { color: rgb(34,5,9); }

 H1.HeaderClassName
 {
   color: #220509;
 }
 .AnyTagClassName
 {
   color: #220509;
 }
</style>

background-color css

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

 a { background-color: rgb(34,5,9); }

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

border-color css

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

 span { border-color: rgb(34,5,9); }

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