Shades of Rust #B84005
Tints of Rust #B84005
RGB
CMYK
RGB Variations
Color information
#B84005 (or 0xB84005) is known color: Rust. HEX triplet: B8, 40 and 05. RGB value is (184,64,5). Sum of RGB (Red+Green+Blue) = 184+64+5=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B84005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84005 is #47BFFA. Grayscale: #5D5D5D. Windows color (decimal): -4702203 or 344248. OLE color: 344248.
HSL color Cylindrical-coordinate representation of color #B84005: hue angle of 19.78º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B84005 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.28 |
| HSL | 19.78º | 0.95% | 0.37% | - |
| HSV(B) | 19.78º | 0.97% | 0.72% | - |
| XYZ | 21.63 | 13.87 | 1.68 | - |
| YUV | 93.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 5 | 0 | 0.65 | 0.97 | 0.28 | 19.78 | 0.95 | 0.37 |
| Hex | B8 | 40 | 5 | 0 | 41 | 61 | 1C | 14 | 5F | 25 |
| Octal | 270 | 100 | 5 | 0 | 101 | 141 | 34 | 24 | 137 | 45 |
| Binary | 10111000 | 1000000 | 101 | 0 | 1000001 | 1100001 | 11100 | 10100 | 1011111 | 100101 |
Color Harmonies of #B84005
Complementary color
Monochromatic Colors of #B84005
Black with #B84005
Text Example
Text Example
White with #B84005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84005; }
p { color: rgb(184,64,5); }
H1.HeaderClassName
{
color: #B84005;
}
.AnyTagClassName
{
color: #B84005;
}
</style>
background-color css
<style>
a { background-color: #B84005; }
a { background-color: rgb(184,64,5); }
div.DivClassName
{
background-color: #B84005;
}
.BgClassName
{
background-color: #B84005;
}
</style>
border-color css
<style>
span { border-color: #B84005; }
span { border-color: rgb(184,64,5); }
td.TdClassName
{
border-color: #B84005;
}
.TagClassName
{
border-color: #B84005;
}
</style>