Shades of Rust #B82F09
Tints of Rust #B82F09
RGB
CMYK
RGB Variations
Color information
#B82F09 (or 0xB82F09) is known color: Rust. HEX triplet: B8, 2F and 09. RGB value is (184,47,9). Sum of RGB (Red+Green+Blue) = 184+47+9=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F09 is #47D0F6. Grayscale: #535353. Windows color (decimal): -4706551 or 602040. OLE color: 602040.
HSL color Cylindrical-coordinate representation of color #B82F09: hue angle of 13.03º 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 #B82F09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.28 |
| HSL | 13.03º | 0.91% | 0.38% | - |
| HSV(B) | 13.03º | 0.95% | 0.72% | - |
| XYZ | 20.83 | 12.24 | 1.52 | - |
| YUV | 83.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 9 | 0 | 0.74 | 0.95 | 0.28 | 13.03 | 0.91 | 0.38 |
| Hex | B8 | 2F | 9 | 0 | 4A | 5F | 1C | D | 5B | 26 |
| Octal | 270 | 57 | 11 | 0 | 112 | 137 | 34 | 15 | 133 | 46 |
| Binary | 10111000 | 101111 | 1001 | 0 | 1001010 | 1011111 | 11100 | 1101 | 1011011 | 100110 |
Color Harmonies of #B82F09
Complementary color
Monochromatic Colors of #B82F09
Black with #B82F09
Text Example
Text Example
White with #B82F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F09; }
p { color: rgb(184,47,9); }
H1.HeaderClassName
{
color: #B82F09;
}
.AnyTagClassName
{
color: #B82F09;
}
</style>
background-color css
<style>
a { background-color: #B82F09; }
a { background-color: rgb(184,47,9); }
div.DivClassName
{
background-color: #B82F09;
}
.BgClassName
{
background-color: #B82F09;
}
</style>
border-color css
<style>
span { border-color: #B82F09; }
span { border-color: rgb(184,47,9); }
td.TdClassName
{
border-color: #B82F09;
}
.TagClassName
{
border-color: #B82F09;
}
</style>