Shades of Rust #B8410B
Tints of Rust #B8410B
RGB
CMYK
RGB Variations
Color information
#B8410B (or 0xB8410B) is known color: Rust. HEX triplet: B8, 41 and 0B. RGB value is (184,65,11). Sum of RGB (Red+Green+Blue) = 184+65+11=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8410B is #47BEF4. Grayscale: #5E5E5E. Windows color (decimal): -4701941 or 737720. OLE color: 737720.
HSL color Cylindrical-coordinate representation of color #B8410B: hue angle of 18.73º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8410B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.28 |
| HSL | 18.73º | 0.89% | 0.38% | - |
| HSV(B) | 18.73º | 0.94% | 0.72% | - |
| XYZ | 21.72 | 14 | 1.87 | - |
| YUV | 94.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 11 | 0 | 0.65 | 0.94 | 0.28 | 18.73 | 0.89 | 0.38 |
| Hex | B8 | 41 | B | 0 | 41 | 5E | 1C | 13 | 59 | 26 |
| Octal | 270 | 101 | 13 | 0 | 101 | 136 | 34 | 23 | 131 | 46 |
| Binary | 10111000 | 1000001 | 1011 | 0 | 1000001 | 1011110 | 11100 | 10011 | 1011001 | 100110 |
Color Harmonies of #B8410B
Complementary color
Monochromatic Colors of #B8410B
Black with #B8410B
Text Example
Text Example
White with #B8410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8410B; }
p { color: rgb(184,65,11); }
H1.HeaderClassName
{
color: #B8410B;
}
.AnyTagClassName
{
color: #B8410B;
}
</style>
background-color css
<style>
a { background-color: #B8410B; }
a { background-color: rgb(184,65,11); }
div.DivClassName
{
background-color: #B8410B;
}
.BgClassName
{
background-color: #B8410B;
}
</style>
border-color css
<style>
span { border-color: #B8410B; }
span { border-color: rgb(184,65,11); }
td.TdClassName
{
border-color: #B8410B;
}
.TagClassName
{
border-color: #B8410B;
}
</style>