Shades of Rust #B83F16
Tints of Rust #B83F16
RGB
CMYK
RGB Variations
Color information
#B83F16 (or 0xB83F16) is known color: Rust. HEX triplet: B8, 3F and 16. RGB value is (184,63,22). Sum of RGB (Red+Green+Blue) = 184+63+22=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F16 is #47C0E9. Grayscale: #5E5E5E. Windows color (decimal): -4702442 or 1458104. OLE color: 1458104.
HSL color Cylindrical-coordinate representation of color #B83F16: hue angle of 15.19º 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 #B83F16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.28 |
| HSL | 15.19º | 0.79% | 0.4% | - |
| HSV(B) | 15.19º | 0.88% | 0.72% | - |
| XYZ | 21.69 | 13.8 | 2.28 | - |
| YUV | 94.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 22 | 0 | 0.66 | 0.88 | 0.28 | 15.19 | 0.79 | 0.4 |
| Hex | B8 | 3F | 16 | 0 | 42 | 58 | 1C | F | 4F | 28 |
| Octal | 270 | 77 | 26 | 0 | 102 | 130 | 34 | 17 | 117 | 50 |
| Binary | 10111000 | 111111 | 10110 | 0 | 1000010 | 1011000 | 11100 | 1111 | 1001111 | 101000 |
Color Harmonies of #B83F16
Complementary color
Monochromatic Colors of #B83F16
Black with #B83F16
Text Example
Text Example
White with #B83F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F16; }
p { color: rgb(184,63,22); }
H1.HeaderClassName
{
color: #B83F16;
}
.AnyTagClassName
{
color: #B83F16;
}
</style>
background-color css
<style>
a { background-color: #B83F16; }
a { background-color: rgb(184,63,22); }
div.DivClassName
{
background-color: #B83F16;
}
.BgClassName
{
background-color: #B83F16;
}
</style>
border-color css
<style>
span { border-color: #B83F16; }
span { border-color: rgb(184,63,22); }
td.TdClassName
{
border-color: #B83F16;
}
.TagClassName
{
border-color: #B83F16;
}
</style>