#A92301

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

Shades of Rust #A92301

Tints of Rust #A92301

Color information

#A92301 (or 0xA92301) is unknown color: approx Rust. HEX triplet: A9, 23 and 01. RGB value is (169,35,1). Sum of RGB (Red+Green+Blue) = 169+35+1=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A92301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92301 is #56DCFE. Grayscale: #474747. Windows color (decimal): -5692671 or 74665. OLE color: 74665.

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

Color convert

RGB169351-
CMYK00.790.990.34
HSL12.14º98.82%33.33%-
HSV(B)12.14º99.41%66.27%-
XYZ16.979.640.99-
YUV71.1988.39197.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.44%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=82.44%
G=17.07%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16935100.790.990.3412.1498.8233.33
HexA923104F6322c6321
Octal2514310117143421414341
Binary10101001100011101001111110001110001011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92301; }

 p { color: rgb(169,35,1); }

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

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

 a { background-color: rgb(169,35,1); }

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

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

 span { border-color: rgb(169,35,1); }

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