Shades of Rust #B84113
Tints of Rust #B84113
RGB
CMYK
RGB Variations
Color information
#B84113 (or 0xB84113) is known color: Rust. HEX triplet: B8, 41 and 13. RGB value is (184,65,19). Sum of RGB (Red+Green+Blue) = 184+65+19=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B84113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84113 is #47BEEC. Grayscale: #5F5F5F. Windows color (decimal): -4701933 or 1262008. OLE color: 1262008.
HSL color Cylindrical-coordinate representation of color #B84113: hue angle of 16.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84113 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 19 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.28 |
| HSL | 16.73º | 0.81% | 0.4% | - |
| HSV(B) | 16.73º | 0.9% | 0.72% | - |
| XYZ | 21.78 | 14.02 | 2.17 | - |
| YUV | 95.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 19 | 0 | 0.65 | 0.90 | 0.28 | 16.73 | 0.81 | 0.4 |
| Hex | B8 | 41 | 13 | 0 | 41 | 5A | 1C | 11 | 51 | 28 |
| Octal | 270 | 101 | 23 | 0 | 101 | 132 | 34 | 21 | 121 | 50 |
| Binary | 10111000 | 1000001 | 10011 | 0 | 1000001 | 1011010 | 11100 | 10001 | 1010001 | 101000 |
Color Harmonies of #B84113
Complementary color
Monochromatic Colors of #B84113
Black with #B84113
Text Example
Text Example
White with #B84113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84113; }
p { color: rgb(184,65,19); }
H1.HeaderClassName
{
color: #B84113;
}
.AnyTagClassName
{
color: #B84113;
}
</style>
background-color css
<style>
a { background-color: #B84113; }
a { background-color: rgb(184,65,19); }
div.DivClassName
{
background-color: #B84113;
}
.BgClassName
{
background-color: #B84113;
}
</style>
border-color css
<style>
span { border-color: #B84113; }
span { border-color: rgb(184,65,19); }
td.TdClassName
{
border-color: #B84113;
}
.TagClassName
{
border-color: #B84113;
}
</style>