Shades of Rust #B83400
Tints of Rust #B83400
RGB
CMYK
RGB Variations
Color information
#B83400 (or 0xB83400) is known color: Rust. HEX triplet: B8, 34 and 00. RGB value is (184,52,0). Sum of RGB (Red+Green+Blue) = 184+52+0=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B83400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83400 is #47CBFF. Grayscale: #555555. Windows color (decimal): -4705280 or 13496. OLE color: 13496.
HSL color Cylindrical-coordinate representation of color #B83400: hue angle of 16.96º 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 #B83400 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.28 |
| HSL | 16.96º | 1% | 0.36% | - |
| HSV(B) | 16.96º | 1% | 0.72% | - |
| XYZ | 21 | 12.65 | 1.33 | - |
| YUV | 85.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 0 | 0 | 0.72 | 1 | 0.28 | 16.96 | 1 | 0.36 |
| Hex | B8 | 34 | 0 | 0 | 48 | 64 | 1C | 11 | 64 | 24 |
| Octal | 270 | 64 | 0 | 0 | 110 | 144 | 34 | 21 | 144 | 44 |
| Binary | 10111000 | 110100 | 0 | 0 | 1001000 | 1100100 | 11100 | 10001 | 1100100 | 100100 |
Color Harmonies of #B83400
Complementary color
Monochromatic Colors of #B83400
Black with #B83400
Text Example
Text Example
White with #B83400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83400; }
p { color: rgb(184,52,0); }
H1.HeaderClassName
{
color: #B83400;
}
.AnyTagClassName
{
color: #B83400;
}
</style>
background-color css
<style>
a { background-color: #B83400; }
a { background-color: rgb(184,52,0); }
div.DivClassName
{
background-color: #B83400;
}
.BgClassName
{
background-color: #B83400;
}
</style>
border-color css
<style>
span { border-color: #B83400; }
span { border-color: rgb(184,52,0); }
td.TdClassName
{
border-color: #B83400;
}
.TagClassName
{
border-color: #B83400;
}
</style>