#A24800

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

Shades of Rust #A24800

Tints of Rust #A24800

Color information

#A24800 (or 0xA24800) is unknown color: approx Rust. HEX triplet: A2, 48 and 00. RGB value is (162,72,0). Sum of RGB (Red+Green+Blue) = 162+72+0=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A24800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24800 is #5DB7FF. Grayscale: #5B5B5B. Windows color (decimal): -6141952 or 18594. OLE color: 18594.

HSL color Cylindrical-coordinate representation of color #A24800: hue angle of 26.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A24800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB162720-
CMYK00.5610.36
HSL26.67º100%31.76%-
HSV(B)26.67º100%63.53%-
XYZ17.2212.321.47-
YUV90.776.82178.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.23%
G=30.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16272000.5610.3626.6710031.76
HexA248003864241b6420
Octal2421100070144443314440
Binary101000101001000001110001100100100100110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24800; }

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

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

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

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

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

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

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

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