Shades of Rust #B83506
Tints of Rust #B83506
RGB
CMYK
RGB Variations
Color information
#B83506 (or 0xB83506) is known color: Rust. HEX triplet: B8, 35 and 06. RGB value is (184,53,6). Sum of RGB (Red+Green+Blue) = 184+53+6=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B83506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83506 is #47CAF9. Grayscale: #575757. Windows color (decimal): -4705018 or 406968. OLE color: 406968.
HSL color Cylindrical-coordinate representation of color #B83506: hue angle of 15.84º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B83506 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.28 |
| HSL | 15.84º | 0.94% | 0.37% | - |
| HSV(B) | 15.84º | 0.97% | 0.72% | - |
| XYZ | 21.07 | 12.75 | 1.52 | - |
| YUV | 86.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 6 | 0 | 0.71 | 0.97 | 0.28 | 15.84 | 0.94 | 0.37 |
| Hex | B8 | 35 | 6 | 0 | 47 | 61 | 1C | 10 | 5E | 25 |
| Octal | 270 | 65 | 6 | 0 | 107 | 141 | 34 | 20 | 136 | 45 |
| Binary | 10111000 | 110101 | 110 | 0 | 1000111 | 1100001 | 11100 | 10000 | 1011110 | 100101 |
Color Harmonies of #B83506
Complementary color
Monochromatic Colors of #B83506
Black with #B83506
Text Example
Text Example
White with #B83506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83506; }
p { color: rgb(184,53,6); }
H1.HeaderClassName
{
color: #B83506;
}
.AnyTagClassName
{
color: #B83506;
}
</style>
background-color css
<style>
a { background-color: #B83506; }
a { background-color: rgb(184,53,6); }
div.DivClassName
{
background-color: #B83506;
}
.BgClassName
{
background-color: #B83506;
}
</style>
border-color css
<style>
span { border-color: #B83506; }
span { border-color: rgb(184,53,6); }
td.TdClassName
{
border-color: #B83506;
}
.TagClassName
{
border-color: #B83506;
}
</style>