Shades of Rust #A93301
Tints of Rust #A93301
RGB
CMYK
RGB Variations
Color information
#A93301 (or 0xA93301) is known color: Rust. HEX triplet: A9, 33 and 01. RGB value is (169,51,1). Sum of RGB (Red+Green+Blue) = 169+51+1=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A93301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93301 is #56CCFE. Grayscale: #505050. Windows color (decimal): -5688575 or 78761. OLE color: 78761.
HSL color Cylindrical-coordinate representation of color #A93301: hue angle of 17.86º 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 #A93301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.34 |
| HSL | 17.86º | 0.99% | 0.33% | - |
| HSV(B) | 17.86º | 0.99% | 0.66% | - |
| XYZ | 17.55 | 10.8 | 1.19 | - |
| YUV | 80.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 1 | 0 | 0.70 | 0.99 | 0.34 | 17.86 | 0.99 | 0.33 |
| Hex | A9 | 33 | 1 | 0 | 46 | 63 | 22 | 12 | 63 | 21 |
| Octal | 251 | 63 | 1 | 0 | 106 | 143 | 42 | 22 | 143 | 41 |
| Binary | 10101001 | 110011 | 1 | 0 | 1000110 | 1100011 | 100010 | 10010 | 1100011 | 100001 |
Color Harmonies of #A93301
Complementary color
Monochromatic Colors of #A93301
Black with #A93301
Text Example
Text Example
White with #A93301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93301; }
p { color: rgb(169,51,1); }
H1.HeaderClassName
{
color: #A93301;
}
.AnyTagClassName
{
color: #A93301;
}
</style>
background-color css
<style>
a { background-color: #A93301; }
a { background-color: rgb(169,51,1); }
div.DivClassName
{
background-color: #A93301;
}
.BgClassName
{
background-color: #A93301;
}
</style>
border-color css
<style>
span { border-color: #A93301; }
span { border-color: rgb(169,51,1); }
td.TdClassName
{
border-color: #A93301;
}
.TagClassName
{
border-color: #A93301;
}
</style>