Shades of Rust #B0410E
Tints of Rust #B0410E
RGB
CMYK
RGB Variations
Color information
#B0410E (or 0xB0410E) is known color: Rust. HEX triplet: B0, 41 and 0E. RGB value is (176,65,14). Sum of RGB (Red+Green+Blue) = 176+65+14=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0410E is #4FBEF1. Grayscale: #5C5C5C. Windows color (decimal): -5226226 or 934320. OLE color: 934320.
HSL color Cylindrical-coordinate representation of color #B0410E: hue angle of 18.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0410E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.31 |
| HSL | 18.89º | 0.85% | 0.37% | - |
| HSV(B) | 18.89º | 0.92% | 0.69% | - |
| XYZ | 19.87 | 13.04 | 1.89 | - |
| YUV | 92.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 14 | 0 | 0.63 | 0.92 | 0.31 | 18.89 | 0.85 | 0.37 |
| Hex | B0 | 41 | E | 0 | 3F | 5C | 1F | 13 | 55 | 25 |
| Octal | 260 | 101 | 16 | 0 | 77 | 134 | 37 | 23 | 125 | 45 |
| Binary | 10110000 | 1000001 | 1110 | 0 | 111111 | 1011100 | 11111 | 10011 | 1010101 | 100101 |
Color Harmonies of #B0410E
Complementary color
Monochromatic Colors of #B0410E
Black with #B0410E
Text Example
Text Example
White with #B0410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0410E; }
p { color: rgb(176,65,14); }
H1.HeaderClassName
{
color: #B0410E;
}
.AnyTagClassName
{
color: #B0410E;
}
</style>
background-color css
<style>
a { background-color: #B0410E; }
a { background-color: rgb(176,65,14); }
div.DivClassName
{
background-color: #B0410E;
}
.BgClassName
{
background-color: #B0410E;
}
</style>
border-color css
<style>
span { border-color: #B0410E; }
span { border-color: rgb(176,65,14); }
td.TdClassName
{
border-color: #B0410E;
}
.TagClassName
{
border-color: #B0410E;
}
</style>