Shades of Rust #A83907
Tints of Rust #A83907
RGB
CMYK
RGB Variations
Color information
#A83907 (or 0xA83907) is known color: Rust. HEX triplet: A8, 39 and 07. RGB value is (168,57,7). Sum of RGB (Red+Green+Blue) = 168+57+7=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A83907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83907 is #57C6F8. Grayscale: #545454. Windows color (decimal): -5752569 or 473512. OLE color: 473512.
HSL color Cylindrical-coordinate representation of color #A83907: hue angle of 18.63º 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 #A83907 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.34 |
| HSL | 18.63º | 0.92% | 0.34% | - |
| HSV(B) | 18.63º | 0.96% | 0.66% | - |
| XYZ | 17.65 | 11.27 | 1.45 | - |
| YUV | 84.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 7 | 0 | 0.66 | 0.96 | 0.34 | 18.63 | 0.92 | 0.34 |
| Hex | A8 | 39 | 7 | 0 | 42 | 60 | 22 | 13 | 5C | 22 |
| Octal | 250 | 71 | 7 | 0 | 102 | 140 | 42 | 23 | 134 | 42 |
| Binary | 10101000 | 111001 | 111 | 0 | 1000010 | 1100000 | 100010 | 10011 | 1011100 | 100010 |
Color Harmonies of #A83907
Complementary color
Monochromatic Colors of #A83907
Black with #A83907
Text Example
Text Example
White with #A83907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83907; }
p { color: rgb(168,57,7); }
H1.HeaderClassName
{
color: #A83907;
}
.AnyTagClassName
{
color: #A83907;
}
</style>
background-color css
<style>
a { background-color: #A83907; }
a { background-color: rgb(168,57,7); }
div.DivClassName
{
background-color: #A83907;
}
.BgClassName
{
background-color: #A83907;
}
</style>
border-color css
<style>
span { border-color: #A83907; }
span { border-color: rgb(168,57,7); }
td.TdClassName
{
border-color: #A83907;
}
.TagClassName
{
border-color: #A83907;
}
</style>