Shades of Rust #A93002
Tints of Rust #A93002
RGB
CMYK
RGB Variations
Color information
#A93002 (or 0xA93002) is known color: Rust. HEX triplet: A9, 30 and 02. RGB value is (169,48,2). Sum of RGB (Red+Green+Blue) = 169+48+2=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A93002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93002 is #56CFFD. Grayscale: #4F4F4F. Windows color (decimal): -5689342 or 143529. OLE color: 143529.
HSL color Cylindrical-coordinate representation of color #A93002: hue angle of 16.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A93002 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.34 |
| HSL | 16.53º | 0.98% | 0.34% | - |
| HSV(B) | 16.53º | 0.99% | 0.66% | - |
| XYZ | 17.43 | 10.55 | 1.18 | - |
| YUV | 78.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 2 | 0 | 0.72 | 0.99 | 0.34 | 16.53 | 0.98 | 0.34 |
| Hex | A9 | 30 | 2 | 0 | 48 | 63 | 22 | 11 | 62 | 22 |
| Octal | 251 | 60 | 2 | 0 | 110 | 143 | 42 | 21 | 142 | 42 |
| Binary | 10101001 | 110000 | 10 | 0 | 1001000 | 1100011 | 100010 | 10001 | 1100010 | 100010 |
Color Harmonies of #A93002
Complementary color
Monochromatic Colors of #A93002
Black with #A93002
Text Example
Text Example
White with #A93002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93002; }
p { color: rgb(169,48,2); }
H1.HeaderClassName
{
color: #A93002;
}
.AnyTagClassName
{
color: #A93002;
}
</style>
background-color css
<style>
a { background-color: #A93002; }
a { background-color: rgb(169,48,2); }
div.DivClassName
{
background-color: #A93002;
}
.BgClassName
{
background-color: #A93002;
}
</style>
border-color css
<style>
span { border-color: #A93002; }
span { border-color: rgb(169,48,2); }
td.TdClassName
{
border-color: #A93002;
}
.TagClassName
{
border-color: #A93002;
}
</style>