Shades of Rust #A83207
Tints of Rust #A83207
RGB
CMYK
RGB Variations
Color information
#A83207 (or 0xA83207) is known color: Rust. HEX triplet: A8, 32 and 07. RGB value is (168,50,7). Sum of RGB (Red+Green+Blue) = 168+50+7=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A83207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83207 is #57CDF8. Grayscale: #505050. Windows color (decimal): -5754361 or 471720. OLE color: 471720.
HSL color Cylindrical-coordinate representation of color #A83207: hue angle of 16.02º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A83207 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.34 |
| HSL | 16.02º | 0.92% | 0.34% | - |
| HSV(B) | 16.02º | 0.96% | 0.66% | - |
| XYZ | 17.33 | 10.62 | 1.34 | - |
| YUV | 80.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 7 | 0 | 0.70 | 0.96 | 0.34 | 16.02 | 0.92 | 0.34 |
| Hex | A8 | 32 | 7 | 0 | 46 | 60 | 22 | 10 | 5C | 22 |
| Octal | 250 | 62 | 7 | 0 | 106 | 140 | 42 | 20 | 134 | 42 |
| Binary | 10101000 | 110010 | 111 | 0 | 1000110 | 1100000 | 100010 | 10000 | 1011100 | 100010 |
Color Harmonies of #A83207
Complementary color
Monochromatic Colors of #A83207
Black with #A83207
Text Example
Text Example
White with #A83207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83207; }
p { color: rgb(168,50,7); }
H1.HeaderClassName
{
color: #A83207;
}
.AnyTagClassName
{
color: #A83207;
}
</style>
background-color css
<style>
a { background-color: #A83207; }
a { background-color: rgb(168,50,7); }
div.DivClassName
{
background-color: #A83207;
}
.BgClassName
{
background-color: #A83207;
}
</style>
border-color css
<style>
span { border-color: #A83207; }
span { border-color: rgb(168,50,7); }
td.TdClassName
{
border-color: #A83207;
}
.TagClassName
{
border-color: #A83207;
}
</style>