Shades of Rust #B84212
Tints of Rust #B84212
RGB
CMYK
RGB Variations
Color information
#B84212 (or 0xB84212) is known color: Rust. HEX triplet: B8, 42 and 12. RGB value is (184,66,18). Sum of RGB (Red+Green+Blue) = 184+66+18=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B84212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84212 is #47BDED. Grayscale: #606060. Windows color (decimal): -4701678 or 1196728. OLE color: 1196728.
HSL color Cylindrical-coordinate representation of color #B84212: hue angle of 17.35º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84212 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.28 |
| HSL | 17.35º | 0.82% | 0.4% | - |
| HSV(B) | 17.35º | 0.9% | 0.72% | - |
| XYZ | 21.82 | 14.13 | 2.15 | - |
| YUV | 95.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 18 | 0 | 0.64 | 0.90 | 0.28 | 17.35 | 0.82 | 0.4 |
| Hex | B8 | 42 | 12 | 0 | 40 | 5A | 1C | 11 | 52 | 28 |
| Octal | 270 | 102 | 22 | 0 | 100 | 132 | 34 | 21 | 122 | 50 |
| Binary | 10111000 | 1000010 | 10010 | 0 | 1000000 | 1011010 | 11100 | 10001 | 1010010 | 101000 |
Color Harmonies of #B84212
Complementary color
Monochromatic Colors of #B84212
Black with #B84212
Text Example
Text Example
White with #B84212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84212; }
p { color: rgb(184,66,18); }
H1.HeaderClassName
{
color: #B84212;
}
.AnyTagClassName
{
color: #B84212;
}
</style>
background-color css
<style>
a { background-color: #B84212; }
a { background-color: rgb(184,66,18); }
div.DivClassName
{
background-color: #B84212;
}
.BgClassName
{
background-color: #B84212;
}
</style>
border-color css
<style>
span { border-color: #B84212; }
span { border-color: rgb(184,66,18); }
td.TdClassName
{
border-color: #B84212;
}
.TagClassName
{
border-color: #B84212;
}
</style>