Shades of Rust #A9401B
Tints of Rust #A9401B
RGB
CMYK
RGB Variations
Color information
#A9401B (or 0xA9401B) is known color: Rust. HEX triplet: A9, 40 and 1B. RGB value is (169,64,27). Sum of RGB (Red+Green+Blue) = 169+64+27=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A9401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9401B is #56BFE4. Grayscale: #5B5B5B. Windows color (decimal): -5685221 or 1786025. OLE color: 1786025.
HSL color Cylindrical-coordinate representation of color #A9401B: hue angle of 15.63º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9401B is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 27 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.34 |
| HSL | 15.63º | 0.72% | 0.38% | - |
| HSV(B) | 15.63º | 0.84% | 0.66% | - |
| XYZ | 18.39 | 12.18 | 2.42 | - |
| YUV | 91.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 27 | 0 | 0.62 | 0.84 | 0.34 | 15.63 | 0.72 | 0.38 |
| Hex | A9 | 40 | 1B | 0 | 3E | 54 | 22 | 10 | 48 | 26 |
| Octal | 251 | 100 | 33 | 0 | 76 | 124 | 42 | 20 | 110 | 46 |
| Binary | 10101001 | 1000000 | 11011 | 0 | 111110 | 1010100 | 100010 | 10000 | 1001000 | 100110 |
Color Harmonies of #A9401B
Complementary color
Monochromatic Colors of #A9401B
Black with #A9401B
Text Example
Text Example
White with #A9401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9401B; }
p { color: rgb(169,64,27); }
H1.HeaderClassName
{
color: #A9401B;
}
.AnyTagClassName
{
color: #A9401B;
}
</style>
background-color css
<style>
a { background-color: #A9401B; }
a { background-color: rgb(169,64,27); }
div.DivClassName
{
background-color: #A9401B;
}
.BgClassName
{
background-color: #A9401B;
}
</style>
border-color css
<style>
span { border-color: #A9401B; }
span { border-color: rgb(169,64,27); }
td.TdClassName
{
border-color: #A9401B;
}
.TagClassName
{
border-color: #A9401B;
}
</style>