Shades of Rust #A92F02
Tints of Rust #A92F02
RGB
CMYK
RGB Variations
Color information
#A92F02 (or 0xA92F02) is known color: Rust. HEX triplet: A9, 2F and 02. RGB value is (169,47,2). Sum of RGB (Red+Green+Blue) = 169+47+2=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F02 is #56D0FD. Grayscale: #4E4E4E. Windows color (decimal): -5689598 or 143273. OLE color: 143273.
HSL color Cylindrical-coordinate representation of color #A92F02: hue angle of 16.17º 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 #A92F02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 47 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.34 |
| HSL | 16.17º | 0.98% | 0.34% | - |
| HSV(B) | 16.17º | 0.99% | 0.66% | - |
| XYZ | 17.39 | 10.47 | 1.16 | - |
| YUV | 78.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 47 | 2 | 0 | 0.72 | 0.99 | 0.34 | 16.17 | 0.98 | 0.34 |
| Hex | A9 | 2F | 2 | 0 | 48 | 63 | 22 | 10 | 62 | 22 |
| Octal | 251 | 57 | 2 | 0 | 110 | 143 | 42 | 20 | 142 | 42 |
| Binary | 10101001 | 101111 | 10 | 0 | 1001000 | 1100011 | 100010 | 10000 | 1100010 | 100010 |
Color Harmonies of #A92F02
Complementary color
Monochromatic Colors of #A92F02
Black with #A92F02
Text Example
Text Example
White with #A92F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92F02; }
p { color: rgb(169,47,2); }
H1.HeaderClassName
{
color: #A92F02;
}
.AnyTagClassName
{
color: #A92F02;
}
</style>
background-color css
<style>
a { background-color: #A92F02; }
a { background-color: rgb(169,47,2); }
div.DivClassName
{
background-color: #A92F02;
}
.BgClassName
{
background-color: #A92F02;
}
</style>
border-color css
<style>
span { border-color: #A92F02; }
span { border-color: rgb(169,47,2); }
td.TdClassName
{
border-color: #A92F02;
}
.TagClassName
{
border-color: #A92F02;
}
</style>