Shades of Rust #B85009
Tints of Rust #B85009
RGB
CMYK
RGB Variations
Color information
#B85009 (or 0xB85009) is known color: Rust. HEX triplet: B8, 50 and 09. RGB value is (184,80,9). Sum of RGB (Red+Green+Blue) = 184+80+9=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85009 is #47AFF6. Grayscale: #676767. Windows color (decimal): -4698103 or 610488. OLE color: 610488.
HSL color Cylindrical-coordinate representation of color #B85009: hue angle of 24.34º 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 #B85009 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 9 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.28 |
| HSL | 24.34º | 0.91% | 0.38% | - |
| HSV(B) | 24.34º | 0.95% | 0.72% | - |
| XYZ | 22.69 | 15.95 | 2.14 | - |
| YUV | 103 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 9 | 0 | 0.57 | 0.95 | 0.28 | 24.34 | 0.91 | 0.38 |
| Hex | B8 | 50 | 9 | 0 | 39 | 5F | 1C | 18 | 5B | 26 |
| Octal | 270 | 120 | 11 | 0 | 71 | 137 | 34 | 30 | 133 | 46 |
| Binary | 10111000 | 1010000 | 1001 | 0 | 111001 | 1011111 | 11100 | 11000 | 1011011 | 100110 |
Color Harmonies of #B85009
Complementary color
Monochromatic Colors of #B85009
Black with #B85009
Text Example
Text Example
White with #B85009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85009; }
p { color: rgb(184,80,9); }
H1.HeaderClassName
{
color: #B85009;
}
.AnyTagClassName
{
color: #B85009;
}
</style>
background-color css
<style>
a { background-color: #B85009; }
a { background-color: rgb(184,80,9); }
div.DivClassName
{
background-color: #B85009;
}
.BgClassName
{
background-color: #B85009;
}
</style>
border-color css
<style>
span { border-color: #B85009; }
span { border-color: rgb(184,80,9); }
td.TdClassName
{
border-color: #B85009;
}
.TagClassName
{
border-color: #B85009;
}
</style>