Shades of Rust #B83A16
Tints of Rust #B83A16
RGB
CMYK
RGB Variations
Color information
#B83A16 (or 0xB83A16) is known color: Rust. HEX triplet: B8, 3A and 16. RGB value is (184,58,22). Sum of RGB (Red+Green+Blue) = 184+58+22=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A16 is #47C5E9. Grayscale: #5B5B5B. Windows color (decimal): -4703722 or 1456824. OLE color: 1456824.
HSL color Cylindrical-coordinate representation of color #B83A16: hue angle of 13.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B83A16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 22 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.28 |
| HSL | 13.33º | 0.79% | 0.4% | - |
| HSV(B) | 13.33º | 0.88% | 0.72% | - |
| XYZ | 21.43 | 13.27 | 2.19 | - |
| YUV | 91.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 22 | 0 | 0.68 | 0.88 | 0.28 | 13.33 | 0.79 | 0.4 |
| Hex | B8 | 3A | 16 | 0 | 44 | 58 | 1C | D | 4F | 28 |
| Octal | 270 | 72 | 26 | 0 | 104 | 130 | 34 | 15 | 117 | 50 |
| Binary | 10111000 | 111010 | 10110 | 0 | 1000100 | 1011000 | 11100 | 1101 | 1001111 | 101000 |
Color Harmonies of #B83A16
Complementary color
Monochromatic Colors of #B83A16
Black with #B83A16
Text Example
Text Example
White with #B83A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A16; }
p { color: rgb(184,58,22); }
H1.HeaderClassName
{
color: #B83A16;
}
.AnyTagClassName
{
color: #B83A16;
}
</style>
background-color css
<style>
a { background-color: #B83A16; }
a { background-color: rgb(184,58,22); }
div.DivClassName
{
background-color: #B83A16;
}
.BgClassName
{
background-color: #B83A16;
}
</style>
border-color css
<style>
span { border-color: #B83A16; }
span { border-color: rgb(184,58,22); }
td.TdClassName
{
border-color: #B83A16;
}
.TagClassName
{
border-color: #B83A16;
}
</style>