Shades of Rust #B83D15
Tints of Rust #B83D15
RGB
CMYK
RGB Variations
Color information
#B83D15 (or 0xB83D15) is known color: Rust. HEX triplet: B8, 3D and 15. RGB value is (184,61,21). Sum of RGB (Red+Green+Blue) = 184+61+21=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D15 is #47C2EA. Grayscale: #5D5D5D. Windows color (decimal): -4702955 or 1392056. OLE color: 1392056.
HSL color Cylindrical-coordinate representation of color #B83D15: hue angle of 14.72º 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 #B83D15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.28 |
| HSL | 14.72º | 0.8% | 0.4% | - |
| HSV(B) | 14.72º | 0.89% | 0.72% | - |
| XYZ | 21.57 | 13.58 | 2.19 | - |
| YUV | 93.22 | 87.25 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 21 | 0 | 0.67 | 0.89 | 0.28 | 14.72 | 0.8 | 0.4 |
| Hex | B8 | 3D | 15 | 0 | 43 | 59 | 1C | F | 50 | 28 |
| Octal | 270 | 75 | 25 | 0 | 103 | 131 | 34 | 17 | 120 | 50 |
| Binary | 10111000 | 111101 | 10101 | 0 | 1000011 | 1011001 | 11100 | 1111 | 1010000 | 101000 |
Color Harmonies of #B83D15
Complementary color
Monochromatic Colors of #B83D15
Black with #B83D15
Text Example
Text Example
White with #B83D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D15; }
p { color: rgb(184,61,21); }
H1.HeaderClassName
{
color: #B83D15;
}
.AnyTagClassName
{
color: #B83D15;
}
</style>
background-color css
<style>
a { background-color: #B83D15; }
a { background-color: rgb(184,61,21); }
div.DivClassName
{
background-color: #B83D15;
}
.BgClassName
{
background-color: #B83D15;
}
</style>
border-color css
<style>
span { border-color: #B83D15; }
span { border-color: rgb(184,61,21); }
td.TdClassName
{
border-color: #B83D15;
}
.TagClassName
{
border-color: #B83D15;
}
</style>