Shades of Rust #A83C09
Tints of Rust #A83C09
RGB
CMYK
RGB Variations
Color information
#A83C09 (or 0xA83C09) is known color: Rust. HEX triplet: A8, 3C and 09. RGB value is (168,60,9). Sum of RGB (Red+Green+Blue) = 168+60+9=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C09 is #57C3F6. Grayscale: #565656. Windows color (decimal): -5751799 or 605352. OLE color: 605352.
HSL color Cylindrical-coordinate representation of color #A83C09: hue angle of 19.25º 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 #A83C09 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.34 |
| HSL | 19.25º | 0.9% | 0.35% | - |
| HSV(B) | 19.25º | 0.95% | 0.66% | - |
| XYZ | 17.81 | 11.58 | 1.55 | - |
| YUV | 86.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 9 | 0 | 0.64 | 0.95 | 0.34 | 19.25 | 0.9 | 0.35 |
| Hex | A8 | 3C | 9 | 0 | 40 | 5F | 22 | 13 | 5A | 23 |
| Octal | 250 | 74 | 11 | 0 | 100 | 137 | 42 | 23 | 132 | 43 |
| Binary | 10101000 | 111100 | 1001 | 0 | 1000000 | 1011111 | 100010 | 10011 | 1011010 | 100011 |
Color Harmonies of #A83C09
Complementary color
Monochromatic Colors of #A83C09
Black with #A83C09
Text Example
Text Example
White with #A83C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C09; }
p { color: rgb(168,60,9); }
H1.HeaderClassName
{
color: #A83C09;
}
.AnyTagClassName
{
color: #A83C09;
}
</style>
background-color css
<style>
a { background-color: #A83C09; }
a { background-color: rgb(168,60,9); }
div.DivClassName
{
background-color: #A83C09;
}
.BgClassName
{
background-color: #A83C09;
}
</style>
border-color css
<style>
span { border-color: #A83C09; }
span { border-color: rgb(168,60,9); }
td.TdClassName
{
border-color: #A83C09;
}
.TagClassName
{
border-color: #A83C09;
}
</style>