Shades of Rust #B0411E
Tints of Rust #B0411E
RGB
CMYK
RGB Variations
Color information
#B0411E (or 0xB0411E) is known color: Rust. HEX triplet: B0, 41 and 1E. RGB value is (176,65,30). Sum of RGB (Red+Green+Blue) = 176+65+30=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0411E is #4FBEE1. Grayscale: #5E5E5E. Windows color (decimal): -5226210 or 1982896. OLE color: 1982896.
HSL color Cylindrical-coordinate representation of color #B0411E: hue angle of 14.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0411E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 30 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.31 |
| HSL | 14.38º | 0.71% | 0.4% | - |
| HSV(B) | 14.38º | 0.83% | 0.69% | - |
| XYZ | 20.03 | 13.1 | 2.7 | - |
| YUV | 94.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 30 | 0 | 0.63 | 0.83 | 0.31 | 14.38 | 0.71 | 0.4 |
| Hex | B0 | 41 | 1E | 0 | 3F | 53 | 1F | E | 47 | 28 |
| Octal | 260 | 101 | 36 | 0 | 77 | 123 | 37 | 16 | 107 | 50 |
| Binary | 10110000 | 1000001 | 11110 | 0 | 111111 | 1010011 | 11111 | 1110 | 1000111 | 101000 |
Color Harmonies of #B0411E
Complementary color
Monochromatic Colors of #B0411E
Black with #B0411E
Text Example
Text Example
White with #B0411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0411E; }
p { color: rgb(176,65,30); }
H1.HeaderClassName
{
color: #B0411E;
}
.AnyTagClassName
{
color: #B0411E;
}
</style>
background-color css
<style>
a { background-color: #B0411E; }
a { background-color: rgb(176,65,30); }
div.DivClassName
{
background-color: #B0411E;
}
.BgClassName
{
background-color: #B0411E;
}
</style>
border-color css
<style>
span { border-color: #B0411E; }
span { border-color: rgb(176,65,30); }
td.TdClassName
{
border-color: #B0411E;
}
.TagClassName
{
border-color: #B0411E;
}
</style>