Shades of Rust #B84521
Tints of Rust #B84521
RGB
CMYK
RGB Variations
Color information
#B84521 (or 0xB84521) is known color: Rust. HEX triplet: B8, 45 and 21. RGB value is (184,69,33). Sum of RGB (Red+Green+Blue) = 184+69+33=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B84521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84521 is #47BADE. Grayscale: #636363. Windows color (decimal): -4700895 or 2180536. OLE color: 2180536.
HSL color Cylindrical-coordinate representation of color #B84521: hue angle of 14.3º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B84521 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 33 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.28 |
| HSL | 14.3º | 0.7% | 0.43% | - |
| HSV(B) | 14.3º | 0.82% | 0.72% | - |
| XYZ | 22.17 | 14.56 | 3.08 | - |
| YUV | 99.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 33 | 0 | 0.62 | 0.82 | 0.28 | 14.3 | 0.7 | 0.43 |
| Hex | B8 | 45 | 21 | 0 | 3E | 52 | 1C | E | 46 | 2B |
| Octal | 270 | 105 | 41 | 0 | 76 | 122 | 34 | 16 | 106 | 53 |
| Binary | 10111000 | 1000101 | 100001 | 0 | 111110 | 1010010 | 11100 | 1110 | 1000110 | 101011 |
Color Harmonies of #B84521
Complementary color
Monochromatic Colors of #B84521
Black with #B84521
Text Example
Text Example
White with #B84521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84521; }
p { color: rgb(184,69,33); }
H1.HeaderClassName
{
color: #B84521;
}
.AnyTagClassName
{
color: #B84521;
}
</style>
background-color css
<style>
a { background-color: #B84521; }
a { background-color: rgb(184,69,33); }
div.DivClassName
{
background-color: #B84521;
}
.BgClassName
{
background-color: #B84521;
}
</style>
border-color css
<style>
span { border-color: #B84521; }
span { border-color: rgb(184,69,33); }
td.TdClassName
{
border-color: #B84521;
}
.TagClassName
{
border-color: #B84521;
}
</style>