#A22A0B

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

Shades of Rust #A22A0B

Tints of Rust #A22A0B

Color information

#A22A0B (or 0xA22A0B) is unknown color: approx Rust. HEX triplet: A2, 2A and 0B. RGB value is (162,42,11). Sum of RGB (Red+Green+Blue) = 162+42+11=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A0B is #5DD5F4. Grayscale: #4A4A4A. Windows color (decimal): -6149621 or 731810. OLE color: 731810.

HSL color Cylindrical-coordinate representation of color #A22A0B: hue angle of 12.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A22A0B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1624211-
CMYK00.740.930.36
HSL12.32º87.28%33.92%-
HSV(B)12.32º93.21%63.53%-
XYZ15.799.361.29-
YUV74.3592.26190.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=75.35%
G=19.53%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162421100.740.930.3612.3287.2833.92
HexA22AB04A5D24c5722
Octal24252130112135441412742
Binary10100010101010101101001010101110110010011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A0B; }

 p { color: rgb(162,42,11); }

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

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

 a { background-color: rgb(162,42,11); }

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

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

 span { border-color: rgb(162,42,11); }

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