Shades of Rust #B8300B
Tints of Rust #B8300B
RGB
CMYK
RGB Variations
Color information
#B8300B (or 0xB8300B) is known color: Rust. HEX triplet: B8, 30 and 0B. RGB value is (184,48,11). Sum of RGB (Red+Green+Blue) = 184+48+11=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B8300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8300B is #47CFF4. Grayscale: #545454. Windows color (decimal): -4706293 or 733368. OLE color: 733368.
HSL color Cylindrical-coordinate representation of color #B8300B: hue angle of 12.83º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8300B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.28 |
| HSL | 12.83º | 0.89% | 0.38% | - |
| HSV(B) | 12.83º | 0.94% | 0.72% | - |
| XYZ | 20.88 | 12.33 | 1.6 | - |
| YUV | 84.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 11 | 0 | 0.74 | 0.94 | 0.28 | 12.83 | 0.89 | 0.38 |
| Hex | B8 | 30 | B | 0 | 4A | 5E | 1C | D | 59 | 26 |
| Octal | 270 | 60 | 13 | 0 | 112 | 136 | 34 | 15 | 131 | 46 |
| Binary | 10111000 | 110000 | 1011 | 0 | 1001010 | 1011110 | 11100 | 1101 | 1011001 | 100110 |
Color Harmonies of #B8300B
Complementary color
Monochromatic Colors of #B8300B
Black with #B8300B
Text Example
Text Example
White with #B8300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8300B; }
p { color: rgb(184,48,11); }
H1.HeaderClassName
{
color: #B8300B;
}
.AnyTagClassName
{
color: #B8300B;
}
</style>
background-color css
<style>
a { background-color: #B8300B; }
a { background-color: rgb(184,48,11); }
div.DivClassName
{
background-color: #B8300B;
}
.BgClassName
{
background-color: #B8300B;
}
</style>
border-color css
<style>
span { border-color: #B8300B; }
span { border-color: rgb(184,48,11); }
td.TdClassName
{
border-color: #B8300B;
}
.TagClassName
{
border-color: #B8300B;
}
</style>