Shades of Rust #B82F08
Tints of Rust #B82F08
RGB
CMYK
RGB Variations
Color information
#B82F08 (or 0xB82F08) is known color: Rust. HEX triplet: B8, 2F and 08. RGB value is (184,47,8). Sum of RGB (Red+Green+Blue) = 184+47+8=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F08 is #47D0F7. Grayscale: #535353. Windows color (decimal): -4706552 or 536504. OLE color: 536504.
HSL color Cylindrical-coordinate representation of color #B82F08: hue angle of 13.3º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B82F08 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.28 |
| HSL | 13.3º | 0.92% | 0.38% | - |
| HSV(B) | 13.3º | 0.96% | 0.72% | - |
| XYZ | 20.83 | 12.24 | 1.49 | - |
| YUV | 83.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 8 | 0 | 0.74 | 0.96 | 0.28 | 13.3 | 0.92 | 0.38 |
| Hex | B8 | 2F | 8 | 0 | 4A | 60 | 1C | D | 5C | 26 |
| Octal | 270 | 57 | 10 | 0 | 112 | 140 | 34 | 15 | 134 | 46 |
| Binary | 10111000 | 101111 | 1000 | 0 | 1001010 | 1100000 | 11100 | 1101 | 1011100 | 100110 |
Color Harmonies of #B82F08
Complementary color
Monochromatic Colors of #B82F08
Black with #B82F08
Text Example
Text Example
White with #B82F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F08; }
p { color: rgb(184,47,8); }
H1.HeaderClassName
{
color: #B82F08;
}
.AnyTagClassName
{
color: #B82F08;
}
</style>
background-color css
<style>
a { background-color: #B82F08; }
a { background-color: rgb(184,47,8); }
div.DivClassName
{
background-color: #B82F08;
}
.BgClassName
{
background-color: #B82F08;
}
</style>
border-color css
<style>
span { border-color: #B82F08; }
span { border-color: rgb(184,47,8); }
td.TdClassName
{
border-color: #B82F08;
}
.TagClassName
{
border-color: #B82F08;
}
</style>