Shades of Rust #A9360B
Tints of Rust #A9360B
RGB
CMYK
RGB Variations
Color information
#A9360B (or 0xA9360B) is known color: Rust. HEX triplet: A9, 36 and 0B. RGB value is (169,54,11). Sum of RGB (Red+Green+Blue) = 169+54+11=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9360B is #56C9F4. Grayscale: #535353. Windows color (decimal): -5687797 or 734889. OLE color: 734889.
HSL color Cylindrical-coordinate representation of color #A9360B: hue angle of 16.33º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9360B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 11 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.34 |
| HSL | 16.33º | 0.88% | 0.35% | - |
| HSV(B) | 16.33º | 0.93% | 0.66% | - |
| XYZ | 17.74 | 11.1 | 1.52 | - |
| YUV | 83.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 11 | 0 | 0.68 | 0.93 | 0.34 | 16.33 | 0.88 | 0.35 |
| Hex | A9 | 36 | B | 0 | 44 | 5D | 22 | 10 | 58 | 23 |
| Octal | 251 | 66 | 13 | 0 | 104 | 135 | 42 | 20 | 130 | 43 |
| Binary | 10101001 | 110110 | 1011 | 0 | 1000100 | 1011101 | 100010 | 10000 | 1011000 | 100011 |
Color Harmonies of #A9360B
Complementary color
Monochromatic Colors of #A9360B
Black with #A9360B
Text Example
Text Example
White with #A9360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9360B; }
p { color: rgb(169,54,11); }
H1.HeaderClassName
{
color: #A9360B;
}
.AnyTagClassName
{
color: #A9360B;
}
</style>
background-color css
<style>
a { background-color: #A9360B; }
a { background-color: rgb(169,54,11); }
div.DivClassName
{
background-color: #A9360B;
}
.BgClassName
{
background-color: #A9360B;
}
</style>
border-color css
<style>
span { border-color: #A9360B; }
span { border-color: rgb(169,54,11); }
td.TdClassName
{
border-color: #A9360B;
}
.TagClassName
{
border-color: #A9360B;
}
</style>