#22080A

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

Shades of Rustic Red #22080A

Tints of Rustic Red #22080A

Color information

#22080A (or 0x22080A) is unknown color: approx Rustic Red. HEX triplet: 22, 08 and 0A. RGB value is (34,8,10). Sum of RGB (Red+Green+Blue) = 34+8+10=52 (6% of max value = 765). Red value is 34 (13.67% from 255 or 65.38% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 34 - color contains mainly: red. Hex color #22080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22080A is #DDF7F5. Grayscale: #101010. Windows color (decimal): -14546934 or 657442. OLE color: 657442.

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

Color convert

RGB34810-
CMYK00.760.710.87
HSL355.38º61.9%8.24%-
HSV(B)355.38º76.47%13.33%-
XYZ0.80.540.35-
YUV16124.61140.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 65.38%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3481000.760.710.87355.3861.98.24
Hex228A04C47571633e8
Octal42101201141071275437610
Binary1000101000101001001100100011110101111011000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22080A; }

 p { color: rgb(34,8,10); }

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

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

 a { background-color: rgb(34,8,10); }

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

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

 span { border-color: rgb(34,8,10); }

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