Shades of Rust #B83108
Tints of Rust #B83108
RGB
CMYK
RGB Variations
Color information
#B83108 (or 0xB83108) is known color: Rust. HEX triplet: B8, 31 and 08. RGB value is (184,49,8). Sum of RGB (Red+Green+Blue) = 184+49+8=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B83108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83108 is #47CEF7. Grayscale: #545454. Windows color (decimal): -4706040 or 537016. OLE color: 537016.
HSL color Cylindrical-coordinate representation of color #B83108: hue angle of 13.98º 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 #B83108 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.28 |
| HSL | 13.98º | 0.92% | 0.38% | - |
| HSV(B) | 13.98º | 0.96% | 0.72% | - |
| XYZ | 20.91 | 12.4 | 1.52 | - |
| YUV | 84.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 8 | 0 | 0.73 | 0.96 | 0.28 | 13.98 | 0.92 | 0.38 |
| Hex | B8 | 31 | 8 | 0 | 49 | 60 | 1C | E | 5C | 26 |
| Octal | 270 | 61 | 10 | 0 | 111 | 140 | 34 | 16 | 134 | 46 |
| Binary | 10111000 | 110001 | 1000 | 0 | 1001001 | 1100000 | 11100 | 1110 | 1011100 | 100110 |
Color Harmonies of #B83108
Complementary color
Monochromatic Colors of #B83108
Black with #B83108
Text Example
Text Example
White with #B83108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83108; }
p { color: rgb(184,49,8); }
H1.HeaderClassName
{
color: #B83108;
}
.AnyTagClassName
{
color: #B83108;
}
</style>
background-color css
<style>
a { background-color: #B83108; }
a { background-color: rgb(184,49,8); }
div.DivClassName
{
background-color: #B83108;
}
.BgClassName
{
background-color: #B83108;
}
</style>
border-color css
<style>
span { border-color: #B83108; }
span { border-color: rgb(184,49,8); }
td.TdClassName
{
border-color: #B83108;
}
.TagClassName
{
border-color: #B83108;
}
</style>