#A93F00

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

Shades of Rust #A93F00

Tints of Rust #A93F00

Color information

#A93F00 (or 0xA93F00) is unknown color: approx Rust. HEX triplet: A9, 3F and 00. RGB value is (169,63,0). Sum of RGB (Red+Green+Blue) = 169+63+0=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F00 is #56C0FF. Grayscale: #575757. Windows color (decimal): -5685504 or 16297. OLE color: 16297.

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

Color convert

RGB169630-
CMYK00.6310.34
HSL22.37º100%33.14%-
HSV(B)22.37º100%66.27%-
XYZ18.1411.991.36-
YUV87.5178.62186.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.84%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.84%
G=27.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16963000.6310.3422.3710033.14
HexA93F003F6422166421
Octal251770077144422614441
Binary10101001111111001111111100100100010101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F00; }

 p { color: rgb(169,63,0); }

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

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

 a { background-color: rgb(169,63,0); }

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

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

 span { border-color: rgb(169,63,0); }

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