#A22302

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

Shades of Rust #A22302

Tints of Rust #A22302

Color information

#A22302 (or 0xA22302) is unknown color: approx Rust. HEX triplet: A2, 23 and 02. RGB value is (162,35,2). Sum of RGB (Red+Green+Blue) = 162+35+2=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A22302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22302 is #5DDCFD. Grayscale: #454545. Windows color (decimal): -6151422 or 140194. OLE color: 140194.

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

Color convert

RGB162352-
CMYK00.780.990.36
HSL12.38º97.56%32.16%-
HSV(B)12.38º98.77%63.53%-
XYZ15.518.890.96-
YUV69.2190.08194.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.41%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=81.41%
G=17.59%
B=1.01%

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
Decimal16235200.780.990.3612.3897.5632.16
HexA223204E6324c6220
Octal2424320116143441414240
Binary101000101000111001001110110001110010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22302; }

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

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

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

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

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

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

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

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