#A93300

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

Shades of Rust #A93300

Tints of Rust #A93300

Color information

#A93300 (or 0xA93300) is unknown color: approx Rust. HEX triplet: A9, 33 and 00. RGB value is (169,51,0). Sum of RGB (Red+Green+Blue) = 169+51+0=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A93300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93300 is #56CCFF. Grayscale: #505050. Windows color (decimal): -5688576 or 13225. OLE color: 13225.

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

Color convert

RGB169510-
CMYK00.7010.34
HSL18.11º100%33.14%-
HSV(B)18.11º100%66.27%-
XYZ17.5510.81.16-
YUV80.4782.59191.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.82%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.82%
G=23.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16951000.7010.3418.1110033.14
HexA93300466422126421
Octal2516300106144422214441
Binary101010011100110010001101100100100010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93300; }

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

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

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

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

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

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

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

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