Shades of Rust #A8411B
Tints of Rust #A8411B
RGB
CMYK
RGB Variations
Color information
#A8411B (or 0xA8411B) is known color: Rust. HEX triplet: A8, 41 and 1B. RGB value is (168,65,27). Sum of RGB (Red+Green+Blue) = 168+65+27=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8411B is #57BEE4. Grayscale: #5B5B5B. Windows color (decimal): -5750501 or 1786280. OLE color: 1786280.
HSL color Cylindrical-coordinate representation of color #A8411B: hue angle of 16.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8411B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.34 |
| HSL | 16.17º | 0.72% | 0.38% | - |
| HSV(B) | 16.17º | 0.84% | 0.66% | - |
| XYZ | 18.24 | 12.18 | 2.43 | - |
| YUV | 91.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 27 | 0 | 0.61 | 0.84 | 0.34 | 16.17 | 0.72 | 0.38 |
| Hex | A8 | 41 | 1B | 0 | 3D | 54 | 22 | 10 | 48 | 26 |
| Octal | 250 | 101 | 33 | 0 | 75 | 124 | 42 | 20 | 110 | 46 |
| Binary | 10101000 | 1000001 | 11011 | 0 | 111101 | 1010100 | 100010 | 10000 | 1001000 | 100110 |
Color Harmonies of #A8411B
Complementary color
Monochromatic Colors of #A8411B
Black with #A8411B
Text Example
Text Example
White with #A8411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8411B; }
p { color: rgb(168,65,27); }
H1.HeaderClassName
{
color: #A8411B;
}
.AnyTagClassName
{
color: #A8411B;
}
</style>
background-color css
<style>
a { background-color: #A8411B; }
a { background-color: rgb(168,65,27); }
div.DivClassName
{
background-color: #A8411B;
}
.BgClassName
{
background-color: #A8411B;
}
</style>
border-color css
<style>
span { border-color: #A8411B; }
span { border-color: rgb(168,65,27); }
td.TdClassName
{
border-color: #A8411B;
}
.TagClassName
{
border-color: #A8411B;
}
</style>