#A24802

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

Shades of Rust #A24802

Tints of Rust #A24802

Color information

#A24802 (or 0xA24802) is unknown color: approx Rust. HEX triplet: A2, 48 and 02. RGB value is (162,72,2). Sum of RGB (Red+Green+Blue) = 162+72+2=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A24802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24802 is #5DB7FD. Grayscale: #5B5B5B. Windows color (decimal): -6141950 or 149666. OLE color: 149666.

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

Color convert

RGB162722-
CMYK00.560.990.36
HSL26.25º97.56%32.16%-
HSV(B)26.25º98.77%63.53%-
XYZ17.2312.321.53-
YUV90.9377.82178.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=68.64%
G=30.51%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16272200.560.990.3626.2597.5632.16
HexA248203863241a6220
Octal2421102070143443214240
Binary1010001010010001001110001100011100100110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24802; }

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

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

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

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

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

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

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

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