#A24212

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

Shades of Rust #A24212

Tints of Rust #A24212

Color information

#A24212 (or 0xA24212) is unknown color: approx Rust. HEX triplet: A2, 42 and 12. RGB value is (162,66,18). Sum of RGB (Red+Green+Blue) = 162+66+18=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A24212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24212 is #5DBDED. Grayscale: #595959. Windows color (decimal): -6143470 or 1196706. OLE color: 1196706.

HSL color Cylindrical-coordinate representation of color #A24212: hue angle of 20º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A24212 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1626618-
CMYK00.590.890.36
HSL20º80%35.29%-
HSV(B)20º88.89%63.53%-
XYZ16.9611.621.92-
YUV89.2387.8179.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=65.85%
G=26.83%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162661800.590.890.36208035.29
HexA2421203B5924145023
Octal24210222073131442412043
Binary1010001010000101001001110111011001100100101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24212; }

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

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

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

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

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

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

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

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