Shades of Rust #A83409
Tints of Rust #A83409
RGB
CMYK
RGB Variations
Color information
#A83409 (or 0xA83409) is known color: Rust. HEX triplet: A8, 34 and 09. RGB value is (168,52,9). Sum of RGB (Red+Green+Blue) = 168+52+9=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83409 is #57CBF6. Grayscale: #525252. Windows color (decimal): -5753847 or 603304. OLE color: 603304.
HSL color Cylindrical-coordinate representation of color #A83409: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A83409 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.34 |
| HSL | 16.23º | 0.9% | 0.35% | - |
| HSV(B) | 16.23º | 0.95% | 0.66% | - |
| XYZ | 17.43 | 10.8 | 1.42 | - |
| YUV | 81.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 9 | 0 | 0.69 | 0.95 | 0.34 | 16.23 | 0.9 | 0.35 |
| Hex | A8 | 34 | 9 | 0 | 45 | 5F | 22 | 10 | 5A | 23 |
| Octal | 250 | 64 | 11 | 0 | 105 | 137 | 42 | 20 | 132 | 43 |
| Binary | 10101000 | 110100 | 1001 | 0 | 1000101 | 1011111 | 100010 | 10000 | 1011010 | 100011 |
Color Harmonies of #A83409
Complementary color
Monochromatic Colors of #A83409
Black with #A83409
Text Example
Text Example
White with #A83409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83409; }
p { color: rgb(168,52,9); }
H1.HeaderClassName
{
color: #A83409;
}
.AnyTagClassName
{
color: #A83409;
}
</style>
background-color css
<style>
a { background-color: #A83409; }
a { background-color: rgb(168,52,9); }
div.DivClassName
{
background-color: #A83409;
}
.BgClassName
{
background-color: #A83409;
}
</style>
border-color css
<style>
span { border-color: #A83409; }
span { border-color: rgb(168,52,9); }
td.TdClassName
{
border-color: #A83409;
}
.TagClassName
{
border-color: #A83409;
}
</style>