Shades of Rust #A83719
Tints of Rust #A83719
RGB
CMYK
RGB Variations
Color information
#A83719 (or 0xA83719) is known color: Rust. HEX triplet: A8, 37 and 19. RGB value is (168,55,25). Sum of RGB (Red+Green+Blue) = 168+55+25=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A83719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83719 is #57C8E6. Grayscale: #555555. Windows color (decimal): -5753063 or 1652648. OLE color: 1652648.
HSL color Cylindrical-coordinate representation of color #A83719: hue angle of 12.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A83719 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 25 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.34 |
| HSL | 12.59º | 0.74% | 0.38% | - |
| HSV(B) | 12.59º | 0.85% | 0.66% | - |
| XYZ | 17.69 | 11.13 | 2.14 | - |
| YUV | 85.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 25 | 0 | 0.67 | 0.85 | 0.34 | 12.59 | 0.74 | 0.38 |
| Hex | A8 | 37 | 19 | 0 | 43 | 55 | 22 | D | 4A | 26 |
| Octal | 250 | 67 | 31 | 0 | 103 | 125 | 42 | 15 | 112 | 46 |
| Binary | 10101000 | 110111 | 11001 | 0 | 1000011 | 1010101 | 100010 | 1101 | 1001010 | 100110 |
Color Harmonies of #A83719
Complementary color
Monochromatic Colors of #A83719
Black with #A83719
Text Example
Text Example
White with #A83719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83719; }
p { color: rgb(168,55,25); }
H1.HeaderClassName
{
color: #A83719;
}
.AnyTagClassName
{
color: #A83719;
}
</style>
background-color css
<style>
a { background-color: #A83719; }
a { background-color: rgb(168,55,25); }
div.DivClassName
{
background-color: #A83719;
}
.BgClassName
{
background-color: #A83719;
}
</style>
border-color css
<style>
span { border-color: #A83719; }
span { border-color: rgb(168,55,25); }
td.TdClassName
{
border-color: #A83719;
}
.TagClassName
{
border-color: #A83719;
}
</style>