Shades of Rust #B0400B
Tints of Rust #B0400B
RGB
CMYK
RGB Variations
Color information
#B0400B (or 0xB0400B) is known color: Rust. HEX triplet: B0, 40 and 0B. RGB value is (176,64,11). Sum of RGB (Red+Green+Blue) = 176+64+11=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B0400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0400B is #4FBFF4. Grayscale: #5B5B5B. Windows color (decimal): -5226485 or 737456. OLE color: 737456.
HSL color Cylindrical-coordinate representation of color #B0400B: hue angle of 19.27º 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 #B0400B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.31 |
| HSL | 19.27º | 0.88% | 0.37% | - |
| HSV(B) | 19.27º | 0.94% | 0.69% | - |
| XYZ | 19.8 | 12.92 | 1.77 | - |
| YUV | 91.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 11 | 0 | 0.64 | 0.94 | 0.31 | 19.27 | 0.88 | 0.37 |
| Hex | B0 | 40 | B | 0 | 40 | 5E | 1F | 13 | 58 | 25 |
| Octal | 260 | 100 | 13 | 0 | 100 | 136 | 37 | 23 | 130 | 45 |
| Binary | 10110000 | 1000000 | 1011 | 0 | 1000000 | 1011110 | 11111 | 10011 | 1011000 | 100101 |
Color Harmonies of #B0400B
Complementary color
Monochromatic Colors of #B0400B
Black with #B0400B
Text Example
Text Example
White with #B0400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0400B; }
p { color: rgb(176,64,11); }
H1.HeaderClassName
{
color: #B0400B;
}
.AnyTagClassName
{
color: #B0400B;
}
</style>
background-color css
<style>
a { background-color: #B0400B; }
a { background-color: rgb(176,64,11); }
div.DivClassName
{
background-color: #B0400B;
}
.BgClassName
{
background-color: #B0400B;
}
</style>
border-color css
<style>
span { border-color: #B0400B; }
span { border-color: rgb(176,64,11); }
td.TdClassName
{
border-color: #B0400B;
}
.TagClassName
{
border-color: #B0400B;
}
</style>