Shades of Rust #A94505
Tints of Rust #A94505
RGB
CMYK
RGB Variations
Color information
#A94505 (or 0xA94505) is known color: Rust. HEX triplet: A9, 45 and 05. RGB value is (169,69,5). Sum of RGB (Red+Green+Blue) = 169+69+5=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A94505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94505 is #56BAFA. Grayscale: #5B5B5B. Windows color (decimal): -5683963 or 345513. OLE color: 345513.
HSL color Cylindrical-coordinate representation of color #A94505: hue angle of 23.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A94505 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.34 |
| HSL | 23.41º | 0.94% | 0.34% | - |
| HSV(B) | 23.41º | 0.97% | 0.66% | - |
| XYZ | 18.52 | 12.7 | 1.62 | - |
| YUV | 91.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 5 | 0 | 0.59 | 0.97 | 0.34 | 23.41 | 0.94 | 0.34 |
| Hex | A9 | 45 | 5 | 0 | 3B | 61 | 22 | 17 | 5E | 22 |
| Octal | 251 | 105 | 5 | 0 | 73 | 141 | 42 | 27 | 136 | 42 |
| Binary | 10101001 | 1000101 | 101 | 0 | 111011 | 1100001 | 100010 | 10111 | 1011110 | 100010 |
Color Harmonies of #A94505
Complementary color
Monochromatic Colors of #A94505
Black with #A94505
Text Example
Text Example
White with #A94505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94505; }
p { color: rgb(169,69,5); }
H1.HeaderClassName
{
color: #A94505;
}
.AnyTagClassName
{
color: #A94505;
}
</style>
background-color css
<style>
a { background-color: #A94505; }
a { background-color: rgb(169,69,5); }
div.DivClassName
{
background-color: #A94505;
}
.BgClassName
{
background-color: #A94505;
}
</style>
border-color css
<style>
span { border-color: #A94505; }
span { border-color: rgb(169,69,5); }
td.TdClassName
{
border-color: #A94505;
}
.TagClassName
{
border-color: #A94505;
}
</style>