Shades of Rust #B83000
Tints of Rust #B83000
RGB
CMYK
RGB Variations
Color information
#B83000 (or 0xB83000) is known color: Rust. HEX triplet: B8, 30 and 00. RGB value is (184,48,0). Sum of RGB (Red+Green+Blue) = 184+48+0=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B83000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83000 is #47CFFF. Grayscale: #535353. Windows color (decimal): -4706304 or 12472. OLE color: 12472.
HSL color Cylindrical-coordinate representation of color #B83000: hue angle of 15.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B83000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.28 |
| HSL | 15.65º | 1% | 0.36% | - |
| HSV(B) | 15.65º | 1% | 0.72% | - |
| XYZ | 20.82 | 12.3 | 1.28 | - |
| YUV | 83.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 0 | 0 | 0.74 | 1 | 0.28 | 15.65 | 1 | 0.36 |
| Hex | B8 | 30 | 0 | 0 | 4A | 64 | 1C | 10 | 64 | 24 |
| Octal | 270 | 60 | 0 | 0 | 112 | 144 | 34 | 20 | 144 | 44 |
| Binary | 10111000 | 110000 | 0 | 0 | 1001010 | 1100100 | 11100 | 10000 | 1100100 | 100100 |
Color Harmonies of #B83000
Complementary color
Monochromatic Colors of #B83000
Black with #B83000
Text Example
Text Example
White with #B83000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83000; }
p { color: rgb(184,48,0); }
H1.HeaderClassName
{
color: #B83000;
}
.AnyTagClassName
{
color: #B83000;
}
</style>
background-color css
<style>
a { background-color: #B83000; }
a { background-color: rgb(184,48,0); }
div.DivClassName
{
background-color: #B83000;
}
.BgClassName
{
background-color: #B83000;
}
</style>
border-color css
<style>
span { border-color: #B83000; }
span { border-color: rgb(184,48,0); }
td.TdClassName
{
border-color: #B83000;
}
.TagClassName
{
border-color: #B83000;
}
</style>