Shades of Rust #B0401B
Tints of Rust #B0401B
RGB
CMYK
RGB Variations
Color information
#B0401B (or 0xB0401B) is known color: Rust. HEX triplet: B0, 40 and 1B. RGB value is (176,64,27). Sum of RGB (Red+Green+Blue) = 176+64+27=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B0401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0401B is #4FBFE4. Grayscale: #5D5D5D. Windows color (decimal): -5226469 or 1786032. OLE color: 1786032.
HSL color Cylindrical-coordinate representation of color #B0401B: hue angle of 14.9º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0401B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.31 |
| HSL | 14.9º | 0.73% | 0.4% | - |
| HSV(B) | 14.9º | 0.85% | 0.69% | - |
| XYZ | 19.94 | 12.98 | 2.49 | - |
| YUV | 93.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 27 | 0 | 0.64 | 0.85 | 0.31 | 14.9 | 0.73 | 0.4 |
| Hex | B0 | 40 | 1B | 0 | 40 | 55 | 1F | F | 49 | 28 |
| Octal | 260 | 100 | 33 | 0 | 100 | 125 | 37 | 17 | 111 | 50 |
| Binary | 10110000 | 1000000 | 11011 | 0 | 1000000 | 1010101 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #B0401B
Complementary color
Monochromatic Colors of #B0401B
Black with #B0401B
Text Example
Text Example
White with #B0401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0401B; }
p { color: rgb(176,64,27); }
H1.HeaderClassName
{
color: #B0401B;
}
.AnyTagClassName
{
color: #B0401B;
}
</style>
background-color css
<style>
a { background-color: #B0401B; }
a { background-color: rgb(176,64,27); }
div.DivClassName
{
background-color: #B0401B;
}
.BgClassName
{
background-color: #B0401B;
}
</style>
border-color css
<style>
span { border-color: #B0401B; }
span { border-color: rgb(176,64,27); }
td.TdClassName
{
border-color: #B0401B;
}
.TagClassName
{
border-color: #B0401B;
}
</style>