Shades of Rust #B0410B
Tints of Rust #B0410B
RGB
CMYK
RGB Variations
Color information
#B0410B (or 0xB0410B) is known color: Rust. HEX triplet: B0, 41 and 0B. RGB value is (176,65,11). Sum of RGB (Red+Green+Blue) = 176+65+11=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0410B is #4FBEF4. Grayscale: #5C5C5C. Windows color (decimal): -5226229 or 737712. OLE color: 737712.
HSL color Cylindrical-coordinate representation of color #B0410B: hue angle of 19.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0410B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.31 |
| HSL | 19.64º | 0.88% | 0.37% | - |
| HSV(B) | 19.64º | 0.94% | 0.69% | - |
| XYZ | 19.86 | 13.03 | 1.79 | - |
| YUV | 92.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 11 | 0 | 0.63 | 0.94 | 0.31 | 19.64 | 0.88 | 0.37 |
| Hex | B0 | 41 | B | 0 | 3F | 5E | 1F | 14 | 58 | 25 |
| Octal | 260 | 101 | 13 | 0 | 77 | 136 | 37 | 24 | 130 | 45 |
| Binary | 10110000 | 1000001 | 1011 | 0 | 111111 | 1011110 | 11111 | 10100 | 1011000 | 100101 |
Color Harmonies of #B0410B
Complementary color
Monochromatic Colors of #B0410B
Black with #B0410B
Text Example
Text Example
White with #B0410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0410B; }
p { color: rgb(176,65,11); }
H1.HeaderClassName
{
color: #B0410B;
}
.AnyTagClassName
{
color: #B0410B;
}
</style>
background-color css
<style>
a { background-color: #B0410B; }
a { background-color: rgb(176,65,11); }
div.DivClassName
{
background-color: #B0410B;
}
.BgClassName
{
background-color: #B0410B;
}
</style>
border-color css
<style>
span { border-color: #B0410B; }
span { border-color: rgb(176,65,11); }
td.TdClassName
{
border-color: #B0410B;
}
.TagClassName
{
border-color: #B0410B;
}
</style>