Shades of Rust #B83404
Tints of Rust #B83404
RGB
CMYK
RGB Variations
Color information
#B83404 (or 0xB83404) is known color: Rust. HEX triplet: B8, 34 and 04. RGB value is (184,52,4). Sum of RGB (Red+Green+Blue) = 184+52+4=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B83404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83404 is #47CBFB. Grayscale: #565656. Windows color (decimal): -4705276 or 275640. OLE color: 275640.
HSL color Cylindrical-coordinate representation of color #B83404: hue angle of 16º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B83404 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.28 |
| HSL | 16º | 0.96% | 0.37% | - |
| HSV(B) | 16º | 0.98% | 0.72% | - |
| XYZ | 21.02 | 12.66 | 1.45 | - |
| YUV | 86 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 4 | 0 | 0.72 | 0.98 | 0.28 | 16 | 0.96 | 0.37 |
| Hex | B8 | 34 | 4 | 0 | 48 | 62 | 1C | 10 | 60 | 25 |
| Octal | 270 | 64 | 4 | 0 | 110 | 142 | 34 | 20 | 140 | 45 |
| Binary | 10111000 | 110100 | 100 | 0 | 1001000 | 1100010 | 11100 | 10000 | 1100000 | 100101 |
Color Harmonies of #B83404
Complementary color
Monochromatic Colors of #B83404
Black with #B83404
Text Example
Text Example
White with #B83404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83404; }
p { color: rgb(184,52,4); }
H1.HeaderClassName
{
color: #B83404;
}
.AnyTagClassName
{
color: #B83404;
}
</style>
background-color css
<style>
a { background-color: #B83404; }
a { background-color: rgb(184,52,4); }
div.DivClassName
{
background-color: #B83404;
}
.BgClassName
{
background-color: #B83404;
}
</style>
border-color css
<style>
span { border-color: #B83404; }
span { border-color: rgb(184,52,4); }
td.TdClassName
{
border-color: #B83404;
}
.TagClassName
{
border-color: #B83404;
}
</style>