Shades of Rust #A9380C
Tints of Rust #A9380C
RGB
CMYK
RGB Variations
Color information
#A9380C (or 0xA9380C) is known color: Rust. HEX triplet: A9, 38 and 0C. RGB value is (169,56,12). Sum of RGB (Red+Green+Blue) = 169+56+12=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A9380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9380C is #56C7F3. Grayscale: #555555. Windows color (decimal): -5687284 or 800937. OLE color: 800937.
HSL color Cylindrical-coordinate representation of color #A9380C: hue angle of 16.82º degrees, saturation: 0.87, 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 #A9380C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.34 |
| HSL | 16.82º | 0.87% | 0.35% | - |
| HSV(B) | 16.82º | 0.93% | 0.66% | - |
| XYZ | 17.84 | 11.29 | 1.59 | - |
| YUV | 84.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 12 | 0 | 0.67 | 0.93 | 0.34 | 16.82 | 0.87 | 0.35 |
| Hex | A9 | 38 | C | 0 | 43 | 5D | 22 | 11 | 57 | 23 |
| Octal | 251 | 70 | 14 | 0 | 103 | 135 | 42 | 21 | 127 | 43 |
| Binary | 10101001 | 111000 | 1100 | 0 | 1000011 | 1011101 | 100010 | 10001 | 1010111 | 100011 |
Color Harmonies of #A9380C
Complementary color
Monochromatic Colors of #A9380C
Black with #A9380C
Text Example
Text Example
White with #A9380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9380C; }
p { color: rgb(169,56,12); }
H1.HeaderClassName
{
color: #A9380C;
}
.AnyTagClassName
{
color: #A9380C;
}
</style>
background-color css
<style>
a { background-color: #A9380C; }
a { background-color: rgb(169,56,12); }
div.DivClassName
{
background-color: #A9380C;
}
.BgClassName
{
background-color: #A9380C;
}
</style>
border-color css
<style>
span { border-color: #A9380C; }
span { border-color: rgb(169,56,12); }
td.TdClassName
{
border-color: #A9380C;
}
.TagClassName
{
border-color: #A9380C;
}
</style>