Shades of Rust #B83B15
Tints of Rust #B83B15
RGB
CMYK
RGB Variations
Color information
#B83B15 (or 0xB83B15) is known color: Rust. HEX triplet: B8, 3B and 15. RGB value is (184,59,21). Sum of RGB (Red+Green+Blue) = 184+59+21=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83B15 is #47C4EA. Grayscale: #5C5C5C. Windows color (decimal): -4703467 or 1391544. OLE color: 1391544.
HSL color Cylindrical-coordinate representation of color #B83B15: hue angle of 13.99º 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 #B83B15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.28 |
| HSL | 13.99º | 0.8% | 0.4% | - |
| HSV(B) | 13.99º | 0.89% | 0.72% | - |
| XYZ | 21.47 | 13.37 | 2.16 | - |
| YUV | 92.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 21 | 0 | 0.68 | 0.89 | 0.28 | 13.99 | 0.8 | 0.4 |
| Hex | B8 | 3B | 15 | 0 | 44 | 59 | 1C | E | 50 | 28 |
| Octal | 270 | 73 | 25 | 0 | 104 | 131 | 34 | 16 | 120 | 50 |
| Binary | 10111000 | 111011 | 10101 | 0 | 1000100 | 1011001 | 11100 | 1110 | 1010000 | 101000 |
Color Harmonies of #B83B15
Complementary color
Monochromatic Colors of #B83B15
Black with #B83B15
Text Example
Text Example
White with #B83B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B15; }
p { color: rgb(184,59,21); }
H1.HeaderClassName
{
color: #B83B15;
}
.AnyTagClassName
{
color: #B83B15;
}
</style>
background-color css
<style>
a { background-color: #B83B15; }
a { background-color: rgb(184,59,21); }
div.DivClassName
{
background-color: #B83B15;
}
.BgClassName
{
background-color: #B83B15;
}
</style>
border-color css
<style>
span { border-color: #B83B15; }
span { border-color: rgb(184,59,21); }
td.TdClassName
{
border-color: #B83B15;
}
.TagClassName
{
border-color: #B83B15;
}
</style>