Shades of Rust #A93102
Tints of Rust #A93102
RGB
CMYK
RGB Variations
Color information
#A93102 (or 0xA93102) is known color: Rust. HEX triplet: A9, 31 and 02. RGB value is (169,49,2). Sum of RGB (Red+Green+Blue) = 169+49+2=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A93102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93102 is #56CEFD. Grayscale: #4F4F4F. Windows color (decimal): -5689086 or 143785. OLE color: 143785.
HSL color Cylindrical-coordinate representation of color #A93102: hue angle of 16.89º 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 #A93102 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.34 |
| HSL | 16.89º | 0.98% | 0.34% | - |
| HSV(B) | 16.89º | 0.99% | 0.66% | - |
| XYZ | 17.47 | 10.64 | 1.19 | - |
| YUV | 79.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 2 | 0 | 0.71 | 0.99 | 0.34 | 16.89 | 0.98 | 0.34 |
| Hex | A9 | 31 | 2 | 0 | 47 | 63 | 22 | 11 | 62 | 22 |
| Octal | 251 | 61 | 2 | 0 | 107 | 143 | 42 | 21 | 142 | 42 |
| Binary | 10101001 | 110001 | 10 | 0 | 1000111 | 1100011 | 100010 | 10001 | 1100010 | 100010 |
Color Harmonies of #A93102
Complementary color
Monochromatic Colors of #A93102
Black with #A93102
Text Example
Text Example
White with #A93102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93102; }
p { color: rgb(169,49,2); }
H1.HeaderClassName
{
color: #A93102;
}
.AnyTagClassName
{
color: #A93102;
}
</style>
background-color css
<style>
a { background-color: #A93102; }
a { background-color: rgb(169,49,2); }
div.DivClassName
{
background-color: #A93102;
}
.BgClassName
{
background-color: #A93102;
}
</style>
border-color css
<style>
span { border-color: #A93102; }
span { border-color: rgb(169,49,2); }
td.TdClassName
{
border-color: #A93102;
}
.TagClassName
{
border-color: #A93102;
}
</style>