Shades of Rust #B83700
Tints of Rust #B83700
RGB
CMYK
RGB Variations
Color information
#B83700 (or 0xB83700) is known color: Rust. HEX triplet: B8, 37 and 00. RGB value is (184,55,0). Sum of RGB (Red+Green+Blue) = 184+55+0=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B83700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83700 is #47C8FF. Grayscale: #575757. Windows color (decimal): -4704512 or 14264. OLE color: 14264.
HSL color Cylindrical-coordinate representation of color #B83700: hue angle of 17.93º 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 #B83700 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.28 |
| HSL | 17.93º | 1% | 0.36% | - |
| HSV(B) | 17.93º | 1% | 0.72% | - |
| XYZ | 21.13 | 12.92 | 1.38 | - |
| YUV | 87.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 0 | 0 | 0.70 | 1 | 0.28 | 17.93 | 1 | 0.36 |
| Hex | B8 | 37 | 0 | 0 | 46 | 64 | 1C | 12 | 64 | 24 |
| Octal | 270 | 67 | 0 | 0 | 106 | 144 | 34 | 22 | 144 | 44 |
| Binary | 10111000 | 110111 | 0 | 0 | 1000110 | 1100100 | 11100 | 10010 | 1100100 | 100100 |
Color Harmonies of #B83700
Complementary color
Monochromatic Colors of #B83700
Black with #B83700
Text Example
Text Example
White with #B83700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83700; }
p { color: rgb(184,55,0); }
H1.HeaderClassName
{
color: #B83700;
}
.AnyTagClassName
{
color: #B83700;
}
</style>
background-color css
<style>
a { background-color: #B83700; }
a { background-color: rgb(184,55,0); }
div.DivClassName
{
background-color: #B83700;
}
.BgClassName
{
background-color: #B83700;
}
</style>
border-color css
<style>
span { border-color: #B83700; }
span { border-color: rgb(184,55,0); }
td.TdClassName
{
border-color: #B83700;
}
.TagClassName
{
border-color: #B83700;
}
</style>