Shades of Rust #A83B0B
Tints of Rust #A83B0B
RGB
CMYK
RGB Variations
Color information
#A83B0B (or 0xA83B0B) is known color: Rust. HEX triplet: A8, 3B and 0B. RGB value is (168,59,11). Sum of RGB (Red+Green+Blue) = 168+59+11=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83B0B is #57C4F4. Grayscale: #565656. Windows color (decimal): -5752053 or 736168. OLE color: 736168.
HSL color Cylindrical-coordinate representation of color #A83B0B: hue angle of 18.34º 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 #A83B0B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 11 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.34 |
| HSL | 18.34º | 0.88% | 0.35% | - |
| HSV(B) | 18.34º | 0.93% | 0.66% | - |
| XYZ | 17.77 | 11.48 | 1.6 | - |
| YUV | 86.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 11 | 0 | 0.65 | 0.93 | 0.34 | 18.34 | 0.88 | 0.35 |
| Hex | A8 | 3B | B | 0 | 41 | 5D | 22 | 12 | 58 | 23 |
| Octal | 250 | 73 | 13 | 0 | 101 | 135 | 42 | 22 | 130 | 43 |
| Binary | 10101000 | 111011 | 1011 | 0 | 1000001 | 1011101 | 100010 | 10010 | 1011000 | 100011 |
Color Harmonies of #A83B0B
Complementary color
Monochromatic Colors of #A83B0B
Black with #A83B0B
Text Example
Text Example
White with #A83B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B0B; }
p { color: rgb(168,59,11); }
H1.HeaderClassName
{
color: #A83B0B;
}
.AnyTagClassName
{
color: #A83B0B;
}
</style>
background-color css
<style>
a { background-color: #A83B0B; }
a { background-color: rgb(168,59,11); }
div.DivClassName
{
background-color: #A83B0B;
}
.BgClassName
{
background-color: #A83B0B;
}
</style>
border-color css
<style>
span { border-color: #A83B0B; }
span { border-color: rgb(168,59,11); }
td.TdClassName
{
border-color: #A83B0B;
}
.TagClassName
{
border-color: #A83B0B;
}
</style>