Shades of Rust #B8400D
Tints of Rust #B8400D
RGB
CMYK
RGB Variations
Color information
#B8400D (or 0xB8400D) is known color: Rust. HEX triplet: B8, 40 and 0D. RGB value is (184,64,13). Sum of RGB (Red+Green+Blue) = 184+64+13=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8400D is #47BFF2. Grayscale: #5E5E5E. Windows color (decimal): -4702195 or 868536. OLE color: 868536.
HSL color Cylindrical-coordinate representation of color #B8400D: hue angle of 17.89º 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 #B8400D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.28 |
| HSL | 17.89º | 0.87% | 0.39% | - |
| HSV(B) | 17.89º | 0.93% | 0.72% | - |
| XYZ | 21.67 | 13.89 | 1.92 | - |
| YUV | 94.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 13 | 0 | 0.65 | 0.93 | 0.28 | 17.89 | 0.87 | 0.39 |
| Hex | B8 | 40 | D | 0 | 41 | 5D | 1C | 12 | 57 | 27 |
| Octal | 270 | 100 | 15 | 0 | 101 | 135 | 34 | 22 | 127 | 47 |
| Binary | 10111000 | 1000000 | 1101 | 0 | 1000001 | 1011101 | 11100 | 10010 | 1010111 | 100111 |
Color Harmonies of #B8400D
Complementary color
Monochromatic Colors of #B8400D
Black with #B8400D
Text Example
Text Example
White with #B8400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8400D; }
p { color: rgb(184,64,13); }
H1.HeaderClassName
{
color: #B8400D;
}
.AnyTagClassName
{
color: #B8400D;
}
</style>
background-color css
<style>
a { background-color: #B8400D; }
a { background-color: rgb(184,64,13); }
div.DivClassName
{
background-color: #B8400D;
}
.BgClassName
{
background-color: #B8400D;
}
</style>
border-color css
<style>
span { border-color: #B8400D; }
span { border-color: rgb(184,64,13); }
td.TdClassName
{
border-color: #B8400D;
}
.TagClassName
{
border-color: #B8400D;
}
</style>