Shades of Rust #B84B13
Tints of Rust #B84B13
RGB
CMYK
RGB Variations
Color information
#B84B13 (or 0xB84B13) is known color: Rust. HEX triplet: B8, 4B and 13. RGB value is (184,75,19). Sum of RGB (Red+Green+Blue) = 184+75+19=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B13 is #47B4EC. Grayscale: #656565. Windows color (decimal): -4699373 or 1264568. OLE color: 1264568.
HSL color Cylindrical-coordinate representation of color #B84B13: hue angle of 20.36º 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 #B84B13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.28 |
| HSL | 20.36º | 0.81% | 0.4% | - |
| HSV(B) | 20.36º | 0.9% | 0.72% | - |
| XYZ | 22.4 | 15.27 | 2.38 | - |
| YUV | 101.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 19 | 0 | 0.59 | 0.90 | 0.28 | 20.36 | 0.81 | 0.4 |
| Hex | B8 | 4B | 13 | 0 | 3B | 5A | 1C | 14 | 51 | 28 |
| Octal | 270 | 113 | 23 | 0 | 73 | 132 | 34 | 24 | 121 | 50 |
| Binary | 10111000 | 1001011 | 10011 | 0 | 111011 | 1011010 | 11100 | 10100 | 1010001 | 101000 |
Color Harmonies of #B84B13
Complementary color
Monochromatic Colors of #B84B13
Black with #B84B13
Text Example
Text Example
White with #B84B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B13; }
p { color: rgb(184,75,19); }
H1.HeaderClassName
{
color: #B84B13;
}
.AnyTagClassName
{
color: #B84B13;
}
</style>
background-color css
<style>
a { background-color: #B84B13; }
a { background-color: rgb(184,75,19); }
div.DivClassName
{
background-color: #B84B13;
}
.BgClassName
{
background-color: #B84B13;
}
</style>
border-color css
<style>
span { border-color: #B84B13; }
span { border-color: rgb(184,75,19); }
td.TdClassName
{
border-color: #B84B13;
}
.TagClassName
{
border-color: #B84B13;
}
</style>