#A22402

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

Shades of Rust #A22402

Tints of Rust #A22402

Color information

#A22402 (or 0xA22402) is unknown color: approx Rust. HEX triplet: A2, 24 and 02. RGB value is (162,36,2). Sum of RGB (Red+Green+Blue) = 162+36+2=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A22402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22402 is #5DDBFD. Grayscale: #464646. Windows color (decimal): -6151166 or 140450. OLE color: 140450.

HSL color Cylindrical-coordinate representation of color #A22402: hue angle of 12.75º 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 #A22402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB162362-
CMYK00.780.990.36
HSL12.75º97.56%32.16%-
HSV(B)12.75º98.77%63.53%-
XYZ15.548.950.97-
YUV69.889.74193.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 2 (1.17% from 255) = 1%
R=81%
G=18%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236200.780.990.3612.7597.5632.16
HexA224204E6324d6220
Octal2424420116143441514240
Binary101000101001001001001110110001110010011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22402; }

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

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

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

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

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

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

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

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