Shades of Rust #B83508
Tints of Rust #B83508
RGB
CMYK
RGB Variations
Color information
#B83508 (or 0xB83508) is known color: Rust. HEX triplet: B8, 35 and 08. RGB value is (184,53,8). Sum of RGB (Red+Green+Blue) = 184+53+8=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B83508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83508 is #47CAF7. Grayscale: #575757. Windows color (decimal): -4705016 or 538040. OLE color: 538040.
HSL color Cylindrical-coordinate representation of color #B83508: hue angle of 15.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83508 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.28 |
| HSL | 15.34º | 0.92% | 0.38% | - |
| HSV(B) | 15.34º | 0.96% | 0.72% | - |
| XYZ | 21.08 | 12.75 | 1.58 | - |
| YUV | 87.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 8 | 0 | 0.71 | 0.96 | 0.28 | 15.34 | 0.92 | 0.38 |
| Hex | B8 | 35 | 8 | 0 | 47 | 60 | 1C | F | 5C | 26 |
| Octal | 270 | 65 | 10 | 0 | 107 | 140 | 34 | 17 | 134 | 46 |
| Binary | 10111000 | 110101 | 1000 | 0 | 1000111 | 1100000 | 11100 | 1111 | 1011100 | 100110 |
Color Harmonies of #B83508
Complementary color
Monochromatic Colors of #B83508
Black with #B83508
Text Example
Text Example
White with #B83508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83508; }
p { color: rgb(184,53,8); }
H1.HeaderClassName
{
color: #B83508;
}
.AnyTagClassName
{
color: #B83508;
}
</style>
background-color css
<style>
a { background-color: #B83508; }
a { background-color: rgb(184,53,8); }
div.DivClassName
{
background-color: #B83508;
}
.BgClassName
{
background-color: #B83508;
}
</style>
border-color css
<style>
span { border-color: #B83508; }
span { border-color: rgb(184,53,8); }
td.TdClassName
{
border-color: #B83508;
}
.TagClassName
{
border-color: #B83508;
}
</style>