Shades of Rust #B84F0C
Tints of Rust #B84F0C
RGB
CMYK
RGB Variations
Color information
#B84F0C (or 0xB84F0C) is known color: Rust. HEX triplet: B8, 4F and 0C. RGB value is (184,79,12). Sum of RGB (Red+Green+Blue) = 184+79+12=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F0C is #47B0F3. Grayscale: #676767. Windows color (decimal): -4698356 or 806840. OLE color: 806840.
HSL color Cylindrical-coordinate representation of color #B84F0C: hue angle of 23.37º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B84F0C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.28 |
| HSL | 23.37º | 0.88% | 0.38% | - |
| HSV(B) | 23.37º | 0.93% | 0.72% | - |
| XYZ | 22.63 | 15.81 | 2.21 | - |
| YUV | 102.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 12 | 0 | 0.57 | 0.93 | 0.28 | 23.37 | 0.88 | 0.38 |
| Hex | B8 | 4F | C | 0 | 39 | 5D | 1C | 17 | 58 | 26 |
| Octal | 270 | 117 | 14 | 0 | 71 | 135 | 34 | 27 | 130 | 46 |
| Binary | 10111000 | 1001111 | 1100 | 0 | 111001 | 1011101 | 11100 | 10111 | 1011000 | 100110 |
Color Harmonies of #B84F0C
Complementary color
Monochromatic Colors of #B84F0C
Black with #B84F0C
Text Example
Text Example
White with #B84F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F0C; }
p { color: rgb(184,79,12); }
H1.HeaderClassName
{
color: #B84F0C;
}
.AnyTagClassName
{
color: #B84F0C;
}
</style>
background-color css
<style>
a { background-color: #B84F0C; }
a { background-color: rgb(184,79,12); }
div.DivClassName
{
background-color: #B84F0C;
}
.BgClassName
{
background-color: #B84F0C;
}
</style>
border-color css
<style>
span { border-color: #B84F0C; }
span { border-color: rgb(184,79,12); }
td.TdClassName
{
border-color: #B84F0C;
}
.TagClassName
{
border-color: #B84F0C;
}
</style>