Html Css Color HEX #220009 Rustic Red

📋 copy color: '#220009'

red 34 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #220009

Tints of Rustic Red #220009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.07%
G = 0%
B = 20.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#220009 (or 0x220009) is known color: Rustic Red. HEX triplet: 22, 00 and 09. RGB value is (34,0,9). Sum of RGB (Red+Green+Blue) = 34+0+9=43 (5% of max value = 765). Red value is 34 (13.67% from 255 or 79.07% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 34 - color contains mainly: red. Hex color #220009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220009 is #DDFFF6. Grayscale: #0B0B0B. Windows color (decimal): -14548983 or 589858. OLE color: 589858.

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

Color convert

RGB 34 0 9 -
CMYK 0 1 0.74 0.87
HSL 344.12º 1% 0.07% -
HSV(B) 344.12º 1% 0.13% -
XYZ 0.71 0.36 0.29 -
YUV 11.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 34 0 9 0 1 0.74 0.87 344.12 1 0.07
Hex 22 0 9 0 64 4A 57 158 64 7
Octal 42 0 11 0 144 112 127 530 144 7
Binary 100010 0 1001 0 1100100 1001010 1010111 101011000 1100100 111

Color Harmonies of #220009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220009

Black with #220009

Text Example


Text Example

White with #220009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220009; }

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

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

background-color css

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

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

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

border-color css

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

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

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