Shades of Rust #A83610
Tints of Rust #A83610
RGB
CMYK
RGB Variations
Color information
#A83610 (or 0xA83610) is known color: Rust. HEX triplet: A8, 36 and 10. RGB value is (168,54,16). Sum of RGB (Red+Green+Blue) = 168+54+16=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83610 is #57C9EF. Grayscale: #545454. Windows color (decimal): -5753328 or 1062568. OLE color: 1062568.
HSL color Cylindrical-coordinate representation of color #A83610: hue angle of 15º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83610 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.34 |
| HSL | 15º | 0.83% | 0.36% | - |
| HSV(B) | 15º | 0.9% | 0.66% | - |
| XYZ | 17.56 | 11 | 1.69 | - |
| YUV | 83.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 16 | 0 | 0.68 | 0.90 | 0.34 | 15 | 0.83 | 0.36 |
| Hex | A8 | 36 | 10 | 0 | 44 | 5A | 22 | F | 53 | 24 |
| Octal | 250 | 66 | 20 | 0 | 104 | 132 | 42 | 17 | 123 | 44 |
| Binary | 10101000 | 110110 | 10000 | 0 | 1000100 | 1011010 | 100010 | 1111 | 1010011 | 100100 |
Color Harmonies of #A83610
Complementary color
Monochromatic Colors of #A83610
Black with #A83610
Text Example
Text Example
White with #A83610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83610; }
p { color: rgb(168,54,16); }
H1.HeaderClassName
{
color: #A83610;
}
.AnyTagClassName
{
color: #A83610;
}
</style>
background-color css
<style>
a { background-color: #A83610; }
a { background-color: rgb(168,54,16); }
div.DivClassName
{
background-color: #A83610;
}
.BgClassName
{
background-color: #A83610;
}
</style>
border-color css
<style>
span { border-color: #A83610; }
span { border-color: rgb(168,54,16); }
td.TdClassName
{
border-color: #A83610;
}
.TagClassName
{
border-color: #A83610;
}
</style>