Shades of Rust #A92A04
Tints of Rust #A92A04
RGB
CMYK
RGB Variations
Color information
#A92A04 (or 0xA92A04) is known color: Rust. HEX triplet: A9, 2A and 04. RGB value is (169,42,4). Sum of RGB (Red+Green+Blue) = 169+42+4=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A04 is #56D5FB. Grayscale: #4B4B4B. Windows color (decimal): -5690876 or 273065. OLE color: 273065.
HSL color Cylindrical-coordinate representation of color #A92A04: hue angle of 13.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A92A04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.34 |
| HSL | 13.82º | 0.95% | 0.34% | - |
| HSV(B) | 13.82º | 0.98% | 0.66% | - |
| XYZ | 17.21 | 10.1 | 1.16 | - |
| YUV | 75.64 | 87.58 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 4 | 0 | 0.75 | 0.98 | 0.34 | 13.82 | 0.95 | 0.34 |
| Hex | A9 | 2A | 4 | 0 | 4B | 62 | 22 | E | 5F | 22 |
| Octal | 251 | 52 | 4 | 0 | 113 | 142 | 42 | 16 | 137 | 42 |
| Binary | 10101001 | 101010 | 100 | 0 | 1001011 | 1100010 | 100010 | 1110 | 1011111 | 100010 |
Color Harmonies of #A92A04
Complementary color
Monochromatic Colors of #A92A04
Black with #A92A04
Text Example
Text Example
White with #A92A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A04; }
p { color: rgb(169,42,4); }
H1.HeaderClassName
{
color: #A92A04;
}
.AnyTagClassName
{
color: #A92A04;
}
</style>
background-color css
<style>
a { background-color: #A92A04; }
a { background-color: rgb(169,42,4); }
div.DivClassName
{
background-color: #A92A04;
}
.BgClassName
{
background-color: #A92A04;
}
</style>
border-color css
<style>
span { border-color: #A92A04; }
span { border-color: rgb(169,42,4); }
td.TdClassName
{
border-color: #A92A04;
}
.TagClassName
{
border-color: #A92A04;
}
</style>