Shades of Rust #A8360B
Tints of Rust #A8360B
RGB
CMYK
RGB Variations
Color information
#A8360B (or 0xA8360B) is known color: Rust. HEX triplet: A8, 36 and 0B. RGB value is (168,54,11). Sum of RGB (Red+Green+Blue) = 168+54+11=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8360B is #57C9F4. Grayscale: #535353. Windows color (decimal): -5753333 or 734888. OLE color: 734888.
HSL color Cylindrical-coordinate representation of color #A8360B: hue angle of 16.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8360B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 11 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.34 |
| HSL | 16.43º | 0.88% | 0.35% | - |
| HSV(B) | 16.43º | 0.93% | 0.66% | - |
| XYZ | 17.53 | 10.99 | 1.51 | - |
| YUV | 83.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 11 | 0 | 0.68 | 0.93 | 0.34 | 16.43 | 0.88 | 0.35 |
| Hex | A8 | 36 | B | 0 | 44 | 5D | 22 | 10 | 58 | 23 |
| Octal | 250 | 66 | 13 | 0 | 104 | 135 | 42 | 20 | 130 | 43 |
| Binary | 10101000 | 110110 | 1011 | 0 | 1000100 | 1011101 | 100010 | 10000 | 1011000 | 100011 |
Color Harmonies of #A8360B
Complementary color
Monochromatic Colors of #A8360B
Black with #A8360B
Text Example
Text Example
White with #A8360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8360B; }
p { color: rgb(168,54,11); }
H1.HeaderClassName
{
color: #A8360B;
}
.AnyTagClassName
{
color: #A8360B;
}
</style>
background-color css
<style>
a { background-color: #A8360B; }
a { background-color: rgb(168,54,11); }
div.DivClassName
{
background-color: #A8360B;
}
.BgClassName
{
background-color: #A8360B;
}
</style>
border-color css
<style>
span { border-color: #A8360B; }
span { border-color: rgb(168,54,11); }
td.TdClassName
{
border-color: #A8360B;
}
.TagClassName
{
border-color: #A8360B;
}
</style>