Shades of Rust #B84121
Tints of Rust #B84121
RGB
CMYK
RGB Variations
Color information
#B84121 (or 0xB84121) is known color: Rust. HEX triplet: B8, 41 and 21. RGB value is (184,65,33). Sum of RGB (Red+Green+Blue) = 184+65+33=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B84121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84121 is #47BEDE. Grayscale: #616161. Windows color (decimal): -4701919 or 2179512. OLE color: 2179512.
HSL color Cylindrical-coordinate representation of color #B84121: hue angle of 12.72º 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 #B84121 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 33 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.28 |
| HSL | 12.72º | 0.7% | 0.43% | - |
| HSV(B) | 12.72º | 0.82% | 0.72% | - |
| XYZ | 21.93 | 14.08 | 3 | - |
| YUV | 96.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 33 | 0 | 0.65 | 0.82 | 0.28 | 12.72 | 0.7 | 0.43 |
| Hex | B8 | 41 | 21 | 0 | 41 | 52 | 1C | D | 46 | 2B |
| Octal | 270 | 101 | 41 | 0 | 101 | 122 | 34 | 15 | 106 | 53 |
| Binary | 10111000 | 1000001 | 100001 | 0 | 1000001 | 1010010 | 11100 | 1101 | 1000110 | 101011 |
Color Harmonies of #B84121
Complementary color
Monochromatic Colors of #B84121
Black with #B84121
Text Example
Text Example
White with #B84121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84121; }
p { color: rgb(184,65,33); }
H1.HeaderClassName
{
color: #B84121;
}
.AnyTagClassName
{
color: #B84121;
}
</style>
background-color css
<style>
a { background-color: #B84121; }
a { background-color: rgb(184,65,33); }
div.DivClassName
{
background-color: #B84121;
}
.BgClassName
{
background-color: #B84121;
}
</style>
border-color css
<style>
span { border-color: #B84121; }
span { border-color: rgb(184,65,33); }
td.TdClassName
{
border-color: #B84121;
}
.TagClassName
{
border-color: #B84121;
}
</style>