#A93A02

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

Shades of Rust #A93A02

Tints of Rust #A93A02

Color information

#A93A02 (or 0xA93A02) is unknown color: approx Rust. HEX triplet: A9, 3A and 02. RGB value is (169,58,2). Sum of RGB (Red+Green+Blue) = 169+58+2=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A02 is #56C5FD. Grayscale: #555555. Windows color (decimal): -5686782 or 146089. OLE color: 146089.

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

Color convert

RGB169582-
CMYK00.660.990.34
HSL20.12º97.66%33.53%-
HSV(B)20.12º98.82%66.27%-
XYZ17.8911.471.33-
YUV84.881.27188.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 73.80%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=73.80%
G=25.33%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16958200.660.990.3420.1297.6633.53
HexA93A20426322146222
Octal2517220102143422414242
Binary1010100111101010010000101100011100010101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A02; }

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

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

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

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

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

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

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

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