Shades of Rust #B8310D
Tints of Rust #B8310D
RGB
CMYK
RGB Variations
Color information
#B8310D (or 0xB8310D) is known color: Rust. HEX triplet: B8, 31 and 0D. RGB value is (184,49,13). Sum of RGB (Red+Green+Blue) = 184+49+13=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8310D is #47CEF2. Grayscale: #555555. Windows color (decimal): -4706035 or 864696. OLE color: 864696.
HSL color Cylindrical-coordinate representation of color #B8310D: hue angle of 12.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8310D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.28 |
| HSL | 12.63º | 0.87% | 0.39% | - |
| HSV(B) | 12.63º | 0.93% | 0.72% | - |
| XYZ | 20.94 | 12.42 | 1.67 | - |
| YUV | 85.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 13 | 0 | 0.73 | 0.93 | 0.28 | 12.63 | 0.87 | 0.39 |
| Hex | B8 | 31 | D | 0 | 49 | 5D | 1C | D | 57 | 27 |
| Octal | 270 | 61 | 15 | 0 | 111 | 135 | 34 | 15 | 127 | 47 |
| Binary | 10111000 | 110001 | 1101 | 0 | 1001001 | 1011101 | 11100 | 1101 | 1010111 | 100111 |
Color Harmonies of #B8310D
Complementary color
Monochromatic Colors of #B8310D
Black with #B8310D
Text Example
Text Example
White with #B8310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8310D; }
p { color: rgb(184,49,13); }
H1.HeaderClassName
{
color: #B8310D;
}
.AnyTagClassName
{
color: #B8310D;
}
</style>
background-color css
<style>
a { background-color: #B8310D; }
a { background-color: rgb(184,49,13); }
div.DivClassName
{
background-color: #B8310D;
}
.BgClassName
{
background-color: #B8310D;
}
</style>
border-color css
<style>
span { border-color: #B8310D; }
span { border-color: rgb(184,49,13); }
td.TdClassName
{
border-color: #B8310D;
}
.TagClassName
{
border-color: #B8310D;
}
</style>