Shades of Rust #A84B0B
Tints of Rust #A84B0B
RGB
CMYK
RGB Variations
Color information
#A84B0B (or 0xA84B0B) is known color: Rust. HEX triplet: A8, 4B and 0B. RGB value is (168,75,11). Sum of RGB (Red+Green+Blue) = 168+75+11=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B0B is #57B4F4. Grayscale: #5F5F5F. Windows color (decimal): -5747957 or 740264. OLE color: 740264.
HSL color Cylindrical-coordinate representation of color #A84B0B: hue angle of 24.46º 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 #A84B0B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 11 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.34 |
| HSL | 24.46º | 0.88% | 0.35% | - |
| HSV(B) | 24.46º | 0.93% | 0.66% | - |
| XYZ | 18.72 | 13.38 | 1.91 | - |
| YUV | 95.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 11 | 0 | 0.55 | 0.93 | 0.34 | 24.46 | 0.88 | 0.35 |
| Hex | A8 | 4B | B | 0 | 37 | 5D | 22 | 18 | 58 | 23 |
| Octal | 250 | 113 | 13 | 0 | 67 | 135 | 42 | 30 | 130 | 43 |
| Binary | 10101000 | 1001011 | 1011 | 0 | 110111 | 1011101 | 100010 | 11000 | 1011000 | 100011 |
Color Harmonies of #A84B0B
Complementary color
Monochromatic Colors of #A84B0B
Black with #A84B0B
Text Example
Text Example
White with #A84B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B0B; }
p { color: rgb(168,75,11); }
H1.HeaderClassName
{
color: #A84B0B;
}
.AnyTagClassName
{
color: #A84B0B;
}
</style>
background-color css
<style>
a { background-color: #A84B0B; }
a { background-color: rgb(168,75,11); }
div.DivClassName
{
background-color: #A84B0B;
}
.BgClassName
{
background-color: #A84B0B;
}
</style>
border-color css
<style>
span { border-color: #A84B0B; }
span { border-color: rgb(168,75,11); }
td.TdClassName
{
border-color: #A84B0B;
}
.TagClassName
{
border-color: #A84B0B;
}
</style>