#22090F

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

Shades of Rustic Red #22090F

Tints of Rustic Red #22090F

Color information

#22090F (or 0x22090F) is unknown color: approx Rustic Red. HEX triplet: 22, 09 and 0F. RGB value is (34,9,15). Sum of RGB (Red+Green+Blue) = 34+9+15=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #22090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22090F is #DDF6F0. Grayscale: #111111. Windows color (decimal): -14546673 or 985378. OLE color: 985378.

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

Color convert

RGB34915-
CMYK00.740.560.87
HSL345.6º58.14%8.43%-
HSV(B)345.6º73.53%13.33%-
XYZ0.840.570.52-
YUV17.16126.78140.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=58.62%
G=15.52%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3491500.740.560.87345.658.148.43
Hex229F04A385715a3a8
Octal4211170112701275327210
Binary100010100111110100101011100010101111010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22090F; }

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

 H1.HeaderClassName
 {
   color: #22090F;
 }
 .AnyTagClassName
 {
   color: #22090F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #22090F;
 }
 .BgClassName
 {
   background-color: #22090F;
 }
</style>
border-color css

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

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

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