Shades of Rust #A83B1B
Tints of Rust #A83B1B
RGB
CMYK
RGB Variations
Color information
#A83B1B (or 0xA83B1B) is known color: Rust. HEX triplet: A8, 3B and 1B. RGB value is (168,59,27). Sum of RGB (Red+Green+Blue) = 168+59+27=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B1B is #57C4E4. Grayscale: #585858. Windows color (decimal): -5752037 or 1784744. OLE color: 1784744.
HSL color Cylindrical-coordinate representation of color #A83B1B: hue angle of 13.62º 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 #A83B1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 27 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.34 |
| HSL | 13.62º | 0.72% | 0.38% | - |
| HSV(B) | 13.62º | 0.84% | 0.66% | - |
| XYZ | 17.91 | 11.53 | 2.32 | - |
| YUV | 87.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 27 | 0 | 0.65 | 0.84 | 0.34 | 13.62 | 0.72 | 0.38 |
| Hex | A8 | 3B | 1B | 0 | 41 | 54 | 22 | E | 48 | 26 |
| Octal | 250 | 73 | 33 | 0 | 101 | 124 | 42 | 16 | 110 | 46 |
| Binary | 10101000 | 111011 | 11011 | 0 | 1000001 | 1010100 | 100010 | 1110 | 1001000 | 100110 |
Color Harmonies of #A83B1B
Complementary color
Monochromatic Colors of #A83B1B
Black with #A83B1B
Text Example
Text Example
White with #A83B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B1B; }
p { color: rgb(168,59,27); }
H1.HeaderClassName
{
color: #A83B1B;
}
.AnyTagClassName
{
color: #A83B1B;
}
</style>
background-color css
<style>
a { background-color: #A83B1B; }
a { background-color: rgb(168,59,27); }
div.DivClassName
{
background-color: #A83B1B;
}
.BgClassName
{
background-color: #A83B1B;
}
</style>
border-color css
<style>
span { border-color: #A83B1B; }
span { border-color: rgb(168,59,27); }
td.TdClassName
{
border-color: #A83B1B;
}
.TagClassName
{
border-color: #A83B1B;
}
</style>