Html Css Color HEX #220609 Rustic Red

📋 copy color: '#220609'

red 34 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #220609

Tints of Rustic Red #220609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.24%

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

R = 69.39%
G = 12.24%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#220609 (or 0x220609) is known color: Rustic Red. HEX triplet: 22, 06 and 09. RGB value is (34,6,9). Sum of RGB (Red+Green+Blue) = 34+6+9=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220609 is #DDF9F6. Grayscale: #0E0E0E. Windows color (decimal): -14547447 or 591394. OLE color: 591394.

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

Color convert

RGB 34 6 9 -
CMYK 0 0.82 0.74 0.87
HSL 353.57º 0.7% 0.08% -
HSV(B) 353.57º 0.82% 0.13% -
XYZ 0.77 0.49 0.31 -
YUV 14.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 34 6 9 0 0.82 0.74 0.87 353.57 0.7 0.08
Hex 22 6 9 0 52 4A 57 162 46 8
Octal 42 6 11 0 122 112 127 542 106 10
Binary 100010 110 1001 0 1010010 1001010 1010111 101100010 1000110 1000

Color Harmonies of #220609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220609

Black with #220609

Text Example


Text Example

White with #220609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220609; }

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

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

background-color css

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

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

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

border-color css

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

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

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