Shades of Rust #A9380F
Tints of Rust #A9380F
RGB
CMYK
RGB Variations
Color information
#A9380F (or 0xA9380F) is known color: Rust. HEX triplet: A9, 38 and 0F. RGB value is (169,56,15). Sum of RGB (Red+Green+Blue) = 169+56+15=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A9380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9380F is #56C7F0. Grayscale: #555555. Windows color (decimal): -5687281 or 997545. OLE color: 997545.
HSL color Cylindrical-coordinate representation of color #A9380F: hue angle of 15.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9380F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.34 |
| HSL | 15.97º | 0.84% | 0.36% | - |
| HSV(B) | 15.97º | 0.91% | 0.66% | - |
| XYZ | 17.86 | 11.3 | 1.69 | - |
| YUV | 85.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 15 | 0 | 0.67 | 0.91 | 0.34 | 15.97 | 0.84 | 0.36 |
| Hex | A9 | 38 | F | 0 | 43 | 5B | 22 | 10 | 54 | 24 |
| Octal | 251 | 70 | 17 | 0 | 103 | 133 | 42 | 20 | 124 | 44 |
| Binary | 10101001 | 111000 | 1111 | 0 | 1000011 | 1011011 | 100010 | 10000 | 1010100 | 100100 |
Color Harmonies of #A9380F
Complementary color
Monochromatic Colors of #A9380F
Black with #A9380F
Text Example
Text Example
White with #A9380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9380F; }
p { color: rgb(169,56,15); }
H1.HeaderClassName
{
color: #A9380F;
}
.AnyTagClassName
{
color: #A9380F;
}
</style>
background-color css
<style>
a { background-color: #A9380F; }
a { background-color: rgb(169,56,15); }
div.DivClassName
{
background-color: #A9380F;
}
.BgClassName
{
background-color: #A9380F;
}
</style>
border-color css
<style>
span { border-color: #A9380F; }
span { border-color: rgb(169,56,15); }
td.TdClassName
{
border-color: #A9380F;
}
.TagClassName
{
border-color: #A9380F;
}
</style>