Shades of Rust #B84F09
Tints of Rust #B84F09
RGB
CMYK
RGB Variations
Color information
#B84F09 (or 0xB84F09) is known color: Rust. HEX triplet: B8, 4F and 09. RGB value is (184,79,9). Sum of RGB (Red+Green+Blue) = 184+79+9=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F09 is #47B0F6. Grayscale: #666666. Windows color (decimal): -4698359 or 610232. OLE color: 610232.
HSL color Cylindrical-coordinate representation of color #B84F09: hue angle of 24º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B84F09 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 9 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.28 |
| HSL | 24º | 0.91% | 0.38% | - |
| HSV(B) | 24º | 0.95% | 0.72% | - |
| XYZ | 22.61 | 15.8 | 2.12 | - |
| YUV | 102.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 9 | 0 | 0.57 | 0.95 | 0.28 | 24 | 0.91 | 0.38 |
| Hex | B8 | 4F | 9 | 0 | 39 | 5F | 1C | 18 | 5B | 26 |
| Octal | 270 | 117 | 11 | 0 | 71 | 137 | 34 | 30 | 133 | 46 |
| Binary | 10111000 | 1001111 | 1001 | 0 | 111001 | 1011111 | 11100 | 11000 | 1011011 | 100110 |
Color Harmonies of #B84F09
Complementary color
Monochromatic Colors of #B84F09
Black with #B84F09
Text Example
Text Example
White with #B84F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F09; }
p { color: rgb(184,79,9); }
H1.HeaderClassName
{
color: #B84F09;
}
.AnyTagClassName
{
color: #B84F09;
}
</style>
background-color css
<style>
a { background-color: #B84F09; }
a { background-color: rgb(184,79,9); }
div.DivClassName
{
background-color: #B84F09;
}
.BgClassName
{
background-color: #B84F09;
}
</style>
border-color css
<style>
span { border-color: #B84F09; }
span { border-color: rgb(184,79,9); }
td.TdClassName
{
border-color: #B84F09;
}
.TagClassName
{
border-color: #B84F09;
}
</style>