#A92802

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

Shades of Rust #A92802

Tints of Rust #A92802

Color information

#A92802 (or 0xA92802) is unknown color: approx Rust. HEX triplet: A9, 28 and 02. RGB value is (169,40,2). Sum of RGB (Red+Green+Blue) = 169+40+2=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A92802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92802 is #56D7FD. Grayscale: #4A4A4A. Windows color (decimal): -5691390 or 141481. OLE color: 141481.

HSL color Cylindrical-coordinate representation of color #A92802: hue angle of 13.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A92802 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB169402-
CMYK00.760.990.34
HSL13.65º97.66%33.53%-
HSV(B)13.65º98.82%66.27%-
XYZ17.139.961.08-
YUV74.2487.24195.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.09%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=80.09%
G=18.96%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16940200.760.990.3413.6597.6633.53
HexA928204C6322e6222
Octal2515020114143421614242
Binary101010011010001001001100110001110001011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92802; }

 p { color: rgb(169,40,2); }

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

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

 a { background-color: rgb(169,40,2); }

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

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

 span { border-color: rgb(169,40,2); }

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