Shades of Rust #B84405
Tints of Rust #B84405
RGB
CMYK
RGB Variations
Color information
#B84405 (or 0xB84405) is known color: Rust. HEX triplet: B8, 44 and 05. RGB value is (184,68,5). Sum of RGB (Red+Green+Blue) = 184+68+5=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B84405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84405 is #47BBFA. Grayscale: #5F5F5F. Windows color (decimal): -4701179 or 345272. OLE color: 345272.
HSL color Cylindrical-coordinate representation of color #B84405: hue angle of 21.12º 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 #B84405 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.28 |
| HSL | 21.12º | 0.95% | 0.37% | - |
| HSV(B) | 21.12º | 0.97% | 0.72% | - |
| XYZ | 21.86 | 14.34 | 1.76 | - |
| YUV | 95.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 5 | 0 | 0.63 | 0.97 | 0.28 | 21.12 | 0.95 | 0.37 |
| Hex | B8 | 44 | 5 | 0 | 3F | 61 | 1C | 15 | 5F | 25 |
| Octal | 270 | 104 | 5 | 0 | 77 | 141 | 34 | 25 | 137 | 45 |
| Binary | 10111000 | 1000100 | 101 | 0 | 111111 | 1100001 | 11100 | 10101 | 1011111 | 100101 |
Color Harmonies of #B84405
Complementary color
Monochromatic Colors of #B84405
Black with #B84405
Text Example
Text Example
White with #B84405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84405; }
p { color: rgb(184,68,5); }
H1.HeaderClassName
{
color: #B84405;
}
.AnyTagClassName
{
color: #B84405;
}
</style>
background-color css
<style>
a { background-color: #B84405; }
a { background-color: rgb(184,68,5); }
div.DivClassName
{
background-color: #B84405;
}
.BgClassName
{
background-color: #B84405;
}
</style>
border-color css
<style>
span { border-color: #B84405; }
span { border-color: rgb(184,68,5); }
td.TdClassName
{
border-color: #B84405;
}
.TagClassName
{
border-color: #B84405;
}
</style>