Shades of Rust #B83A15
Tints of Rust #B83A15
RGB
CMYK
RGB Variations
Color information
#B83A15 (or 0xB83A15) is known color: Rust. HEX triplet: B8, 3A and 15. RGB value is (184,58,21). Sum of RGB (Red+Green+Blue) = 184+58+21=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A15 is #47C5EA. Grayscale: #5B5B5B. Windows color (decimal): -4703723 or 1391288. OLE color: 1391288.
HSL color Cylindrical-coordinate representation of color #B83A15: hue angle of 13.62º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B83A15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.28 |
| HSL | 13.62º | 0.8% | 0.4% | - |
| HSV(B) | 13.62º | 0.89% | 0.72% | - |
| XYZ | 21.42 | 13.27 | 2.14 | - |
| YUV | 91.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 21 | 0 | 0.68 | 0.89 | 0.28 | 13.62 | 0.8 | 0.4 |
| Hex | B8 | 3A | 15 | 0 | 44 | 59 | 1C | E | 50 | 28 |
| Octal | 270 | 72 | 25 | 0 | 104 | 131 | 34 | 16 | 120 | 50 |
| Binary | 10111000 | 111010 | 10101 | 0 | 1000100 | 1011001 | 11100 | 1110 | 1010000 | 101000 |
Color Harmonies of #B83A15
Complementary color
Monochromatic Colors of #B83A15
Black with #B83A15
Text Example
Text Example
White with #B83A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A15; }
p { color: rgb(184,58,21); }
H1.HeaderClassName
{
color: #B83A15;
}
.AnyTagClassName
{
color: #B83A15;
}
</style>
background-color css
<style>
a { background-color: #B83A15; }
a { background-color: rgb(184,58,21); }
div.DivClassName
{
background-color: #B83A15;
}
.BgClassName
{
background-color: #B83A15;
}
</style>
border-color css
<style>
span { border-color: #B83A15; }
span { border-color: rgb(184,58,21); }
td.TdClassName
{
border-color: #B83A15;
}
.TagClassName
{
border-color: #B83A15;
}
</style>