Shades of Rust #B0441F
Tints of Rust #B0441F
RGB
CMYK
RGB Variations
Color information
#B0441F (or 0xB0441F) is known color: Rust. HEX triplet: B0, 44 and 1F. RGB value is (176,68,31). Sum of RGB (Red+Green+Blue) = 176+68+31=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0441F is #4FBBE0. Grayscale: #606060. Windows color (decimal): -5225441 or 2049200. OLE color: 2049200.
HSL color Cylindrical-coordinate representation of color #B0441F: hue angle of 15.31º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0441F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.31 |
| HSL | 15.31º | 0.7% | 0.41% | - |
| HSV(B) | 15.31º | 0.82% | 0.69% | - |
| XYZ | 20.22 | 13.46 | 2.83 | - |
| YUV | 96.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 31 | 0 | 0.61 | 0.82 | 0.31 | 15.31 | 0.7 | 0.41 |
| Hex | B0 | 44 | 1F | 0 | 3D | 52 | 1F | F | 46 | 29 |
| Octal | 260 | 104 | 37 | 0 | 75 | 122 | 37 | 17 | 106 | 51 |
| Binary | 10110000 | 1000100 | 11111 | 0 | 111101 | 1010010 | 11111 | 1111 | 1000110 | 101001 |
Color Harmonies of #B0441F
Complementary color
Monochromatic Colors of #B0441F
Black with #B0441F
Text Example
Text Example
White with #B0441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0441F; }
p { color: rgb(176,68,31); }
H1.HeaderClassName
{
color: #B0441F;
}
.AnyTagClassName
{
color: #B0441F;
}
</style>
background-color css
<style>
a { background-color: #B0441F; }
a { background-color: rgb(176,68,31); }
div.DivClassName
{
background-color: #B0441F;
}
.BgClassName
{
background-color: #B0441F;
}
</style>
border-color css
<style>
span { border-color: #B0441F; }
span { border-color: rgb(176,68,31); }
td.TdClassName
{
border-color: #B0441F;
}
.TagClassName
{
border-color: #B0441F;
}
</style>