#A2420B

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

Shades of Rust #A2420B

Tints of Rust #A2420B

Color information

#A2420B (or 0xA2420B) is unknown color: approx Rust. HEX triplet: A2, 42 and 0B. RGB value is (162,66,11). Sum of RGB (Red+Green+Blue) = 162+66+11=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2420B is #5DBDF4. Grayscale: #585858. Windows color (decimal): -6143477 or 737954. OLE color: 737954.

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

Color convert

RGB1626611-
CMYK00.590.930.36
HSL21.85º87.28%33.92%-
HSV(B)21.85º93.21%63.53%-
XYZ16.9111.61.66-
YUV88.4384.3180.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=67.78%
G=27.62%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162661100.590.930.3621.8587.2833.92
HexA242B03B5D24165722
Octal24210213073135442612742
Binary101000101000010101101110111011101100100101101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2420B; }

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

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

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

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

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

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

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

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