Shades of Rust #B84800
Tints of Rust #B84800
RGB
CMYK
RGB Variations
Color information
#B84800 (or 0xB84800) is known color: Rust. HEX triplet: B8, 48 and 00. RGB value is (184,72,0). Sum of RGB (Red+Green+Blue) = 184+72+0=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B84800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84800 is #47B7FF. Grayscale: #616161. Windows color (decimal): -4700160 or 18616. OLE color: 18616.
HSL color Cylindrical-coordinate representation of color #B84800: hue angle of 23.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B84800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.28 |
| HSL | 23.48º | 1% | 0.36% | - |
| HSV(B) | 23.48º | 1% | 0.72% | - |
| XYZ | 22.08 | 14.83 | 1.7 | - |
| YUV | 97.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 0 | 0 | 0.61 | 1 | 0.28 | 23.48 | 1 | 0.36 |
| Hex | B8 | 48 | 0 | 0 | 3D | 64 | 1C | 17 | 64 | 24 |
| Octal | 270 | 110 | 0 | 0 | 75 | 144 | 34 | 27 | 144 | 44 |
| Binary | 10111000 | 1001000 | 0 | 0 | 111101 | 1100100 | 11100 | 10111 | 1100100 | 100100 |
Color Harmonies of #B84800
Complementary color
Monochromatic Colors of #B84800
Black with #B84800
Text Example
Text Example
White with #B84800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84800; }
p { color: rgb(184,72,0); }
H1.HeaderClassName
{
color: #B84800;
}
.AnyTagClassName
{
color: #B84800;
}
</style>
background-color css
<style>
a { background-color: #B84800; }
a { background-color: rgb(184,72,0); }
div.DivClassName
{
background-color: #B84800;
}
.BgClassName
{
background-color: #B84800;
}
</style>
border-color css
<style>
span { border-color: #B84800; }
span { border-color: rgb(184,72,0); }
td.TdClassName
{
border-color: #B84800;
}
.TagClassName
{
border-color: #B84800;
}
</style>