Shades of Rust #A83919
Tints of Rust #A83919
RGB
CMYK
RGB Variations
Color information
#A83919 (or 0xA83919) is known color: Rust. HEX triplet: A8, 39 and 19. RGB value is (168,57,25). Sum of RGB (Red+Green+Blue) = 168+57+25=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A83919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83919 is #57C6E6. Grayscale: #565656. Windows color (decimal): -5752551 or 1653160. OLE color: 1653160.
HSL color Cylindrical-coordinate representation of color #A83919: hue angle of 13.43º 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 #A83919 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 25 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.34 |
| HSL | 13.43º | 0.74% | 0.38% | - |
| HSV(B) | 13.43º | 0.85% | 0.66% | - |
| XYZ | 17.79 | 11.32 | 2.17 | - |
| YUV | 86.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 25 | 0 | 0.66 | 0.85 | 0.34 | 13.43 | 0.74 | 0.38 |
| Hex | A8 | 39 | 19 | 0 | 42 | 55 | 22 | D | 4A | 26 |
| Octal | 250 | 71 | 31 | 0 | 102 | 125 | 42 | 15 | 112 | 46 |
| Binary | 10101000 | 111001 | 11001 | 0 | 1000010 | 1010101 | 100010 | 1101 | 1001010 | 100110 |
Color Harmonies of #A83919
Complementary color
Monochromatic Colors of #A83919
Black with #A83919
Text Example
Text Example
White with #A83919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83919; }
p { color: rgb(168,57,25); }
H1.HeaderClassName
{
color: #A83919;
}
.AnyTagClassName
{
color: #A83919;
}
</style>
background-color css
<style>
a { background-color: #A83919; }
a { background-color: rgb(168,57,25); }
div.DivClassName
{
background-color: #A83919;
}
.BgClassName
{
background-color: #A83919;
}
</style>
border-color css
<style>
span { border-color: #A83919; }
span { border-color: rgb(168,57,25); }
td.TdClassName
{
border-color: #A83919;
}
.TagClassName
{
border-color: #A83919;
}
</style>