#220609

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

Shades of Rustic Red #220609

Tints of Rustic Red #220609

Color information

#220609 (or 0x220609) is unknown color: approx 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

RGB3469-
CMYK00.820.740.87
HSL353.57º70%7.84%-
HSV(B)353.57º82.35%13.33%-
XYZ0.770.490.31-
YUV14.71124.78141.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal346900.820.740.87353.57707.84
Hex22690524A57162468
Octal42611012211212754210610
Binary1000101101001010100101001010101011110110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>