Shades of Rust #B0451B
Tints of Rust #B0451B
RGB
CMYK
RGB Variations
Color information
#B0451B (or 0xB0451B) is known color: Rust. HEX triplet: B0, 45 and 1B. RGB value is (176,69,27). Sum of RGB (Red+Green+Blue) = 176+69+27=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0451B is #4FBAE4. Grayscale: #606060. Windows color (decimal): -5225189 or 1787312. OLE color: 1787312.
HSL color Cylindrical-coordinate representation of color #B0451B: hue angle of 16.91º 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 #B0451B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.31 |
| HSL | 16.91º | 0.73% | 0.4% | - |
| HSV(B) | 16.91º | 0.85% | 0.69% | - |
| XYZ | 20.23 | 13.57 | 2.59 | - |
| YUV | 96.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 27 | 0 | 0.61 | 0.85 | 0.31 | 16.91 | 0.73 | 0.4 |
| Hex | B0 | 45 | 1B | 0 | 3D | 55 | 1F | 11 | 49 | 28 |
| Octal | 260 | 105 | 33 | 0 | 75 | 125 | 37 | 21 | 111 | 50 |
| Binary | 10110000 | 1000101 | 11011 | 0 | 111101 | 1010101 | 11111 | 10001 | 1001001 | 101000 |
Color Harmonies of #B0451B
Complementary color
Monochromatic Colors of #B0451B
Black with #B0451B
Text Example
Text Example
White with #B0451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0451B; }
p { color: rgb(176,69,27); }
H1.HeaderClassName
{
color: #B0451B;
}
.AnyTagClassName
{
color: #B0451B;
}
</style>
background-color css
<style>
a { background-color: #B0451B; }
a { background-color: rgb(176,69,27); }
div.DivClassName
{
background-color: #B0451B;
}
.BgClassName
{
background-color: #B0451B;
}
</style>
border-color css
<style>
span { border-color: #B0451B; }
span { border-color: rgb(176,69,27); }
td.TdClassName
{
border-color: #B0451B;
}
.TagClassName
{
border-color: #B0451B;
}
</style>