#A24511

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

Shades of Rust #A24511

Tints of Rust #A24511

Color information

#A24511 (or 0xA24511) is unknown color: approx Rust. HEX triplet: A2, 45 and 11. RGB value is (162,69,17). Sum of RGB (Red+Green+Blue) = 162+69+17=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A24511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24511 is #5DBAEE. Grayscale: #5B5B5B. Windows color (decimal): -6142703 or 1131938. OLE color: 1131938.

HSL color Cylindrical-coordinate representation of color #A24511: hue angle of 21.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24511 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1626917-
CMYK00.570.900.36
HSL21.52º81.01%35.1%-
HSV(B)21.52º89.51%63.53%-
XYZ17.1311.981.94-
YUV90.8886.31178.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=65.32%
G=27.82%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162691700.570.900.3621.5281.0135.1
HexA245110395A24165123
Octal24210521071132442612143
Binary1010001010001011000101110011011010100100101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24511; }

 p { color: rgb(162,69,17); }

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

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

 a { background-color: rgb(162,69,17); }

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

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

 span { border-color: rgb(162,69,17); }

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