#A22A02

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

Shades of Rust #A22A02

Tints of Rust #A22A02

Color information

#A22A02 (or 0xA22A02) is unknown color: approx Rust. HEX triplet: A2, 2A and 02. RGB value is (162,42,2). Sum of RGB (Red+Green+Blue) = 162+42+2=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A02 is #5DD5FD. Grayscale: #494949. Windows color (decimal): -6149630 or 141986. OLE color: 141986.

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

Color convert

RGB162422-
CMYK00.740.990.36
HSL15º97.56%32.16%-
HSV(B)15º98.77%63.53%-
XYZ15.749.341.03-
YUV73.3287.76191.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=78.64%
G=20.39%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16242200.740.990.361597.5632.16
HexA22A204A6324f6220
Octal2425220112143441714240
Binary101000101010101001001010110001110010011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A02; }

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

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

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

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

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

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

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

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