Shades of Rust #A93402
Tints of Rust #A93402
RGB
CMYK
RGB Variations
Color information
#A93402 (or 0xA93402) is known color: Rust. HEX triplet: A9, 34 and 02. RGB value is (169,52,2). Sum of RGB (Red+Green+Blue) = 169+52+2=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A93402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93402 is #56CBFD. Grayscale: #515151. Windows color (decimal): -5688318 or 144553. OLE color: 144553.
HSL color Cylindrical-coordinate representation of color #A93402: hue angle of 17.96º 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 #A93402 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.34 |
| HSL | 17.96º | 0.98% | 0.34% | - |
| HSV(B) | 17.96º | 0.99% | 0.66% | - |
| XYZ | 17.6 | 10.9 | 1.23 | - |
| YUV | 81.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 2 | 0 | 0.69 | 0.99 | 0.34 | 17.96 | 0.98 | 0.34 |
| Hex | A9 | 34 | 2 | 0 | 45 | 63 | 22 | 12 | 62 | 22 |
| Octal | 251 | 64 | 2 | 0 | 105 | 143 | 42 | 22 | 142 | 42 |
| Binary | 10101001 | 110100 | 10 | 0 | 1000101 | 1100011 | 100010 | 10010 | 1100010 | 100010 |
Color Harmonies of #A93402
Complementary color
Monochromatic Colors of #A93402
Black with #A93402
Text Example
Text Example
White with #A93402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93402; }
p { color: rgb(169,52,2); }
H1.HeaderClassName
{
color: #A93402;
}
.AnyTagClassName
{
color: #A93402;
}
</style>
background-color css
<style>
a { background-color: #A93402; }
a { background-color: rgb(169,52,2); }
div.DivClassName
{
background-color: #A93402;
}
.BgClassName
{
background-color: #A93402;
}
</style>
border-color css
<style>
span { border-color: #A93402; }
span { border-color: rgb(169,52,2); }
td.TdClassName
{
border-color: #A93402;
}
.TagClassName
{
border-color: #A93402;
}
</style>