Shades of Rust #A93007
Tints of Rust #A93007
RGB
CMYK
RGB Variations
Color information
#A93007 (or 0xA93007) is known color: Rust. HEX triplet: A9, 30 and 07. RGB value is (169,48,7). Sum of RGB (Red+Green+Blue) = 169+48+7=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A93007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93007 is #56CFF8. Grayscale: #4F4F4F. Windows color (decimal): -5689337 or 471209. OLE color: 471209.
HSL color Cylindrical-coordinate representation of color #A93007: hue angle of 15.19º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A93007 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.34 |
| HSL | 15.19º | 0.92% | 0.35% | - |
| HSV(B) | 15.19º | 0.96% | 0.66% | - |
| XYZ | 17.46 | 10.56 | 1.32 | - |
| YUV | 79.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 7 | 0 | 0.72 | 0.96 | 0.34 | 15.19 | 0.92 | 0.35 |
| Hex | A9 | 30 | 7 | 0 | 48 | 60 | 22 | F | 5C | 23 |
| Octal | 251 | 60 | 7 | 0 | 110 | 140 | 42 | 17 | 134 | 43 |
| Binary | 10101001 | 110000 | 111 | 0 | 1001000 | 1100000 | 100010 | 1111 | 1011100 | 100011 |
Color Harmonies of #A93007
Complementary color
Monochromatic Colors of #A93007
Black with #A93007
Text Example
Text Example
White with #A93007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93007; }
p { color: rgb(169,48,7); }
H1.HeaderClassName
{
color: #A93007;
}
.AnyTagClassName
{
color: #A93007;
}
</style>
background-color css
<style>
a { background-color: #A93007; }
a { background-color: rgb(169,48,7); }
div.DivClassName
{
background-color: #A93007;
}
.BgClassName
{
background-color: #A93007;
}
</style>
border-color css
<style>
span { border-color: #A93007; }
span { border-color: rgb(169,48,7); }
td.TdClassName
{
border-color: #A93007;
}
.TagClassName
{
border-color: #A93007;
}
</style>