Shades of Rust #B03E1B
Tints of Rust #B03E1B
RGB
CMYK
RGB Variations
Color information
#B03E1B (or 0xB03E1B) is known color: Rust. HEX triplet: B0, 3E and 1B. RGB value is (176,62,27). Sum of RGB (Red+Green+Blue) = 176+62+27=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E1B is #4FC1E4. Grayscale: #5C5C5C. Windows color (decimal): -5226981 or 1785520. OLE color: 1785520.
HSL color Cylindrical-coordinate representation of color #B03E1B: hue angle of 14.09º 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 #B03E1B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 14.09º | 0.73% | 0.4% | - |
| HSV(B) | 14.09º | 0.85% | 0.69% | - |
| XYZ | 19.82 | 12.75 | 2.45 | - |
| YUV | 92.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 27 | 0 | 0.65 | 0.85 | 0.31 | 14.09 | 0.73 | 0.4 |
| Hex | B0 | 3E | 1B | 0 | 41 | 55 | 1F | E | 49 | 28 |
| Octal | 260 | 76 | 33 | 0 | 101 | 125 | 37 | 16 | 111 | 50 |
| Binary | 10110000 | 111110 | 11011 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001001 | 101000 |
Color Harmonies of #B03E1B
Complementary color
Monochromatic Colors of #B03E1B
Black with #B03E1B
Text Example
Text Example
White with #B03E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E1B; }
p { color: rgb(176,62,27); }
H1.HeaderClassName
{
color: #B03E1B;
}
.AnyTagClassName
{
color: #B03E1B;
}
</style>
background-color css
<style>
a { background-color: #B03E1B; }
a { background-color: rgb(176,62,27); }
div.DivClassName
{
background-color: #B03E1B;
}
.BgClassName
{
background-color: #B03E1B;
}
</style>
border-color css
<style>
span { border-color: #B03E1B; }
span { border-color: rgb(176,62,27); }
td.TdClassName
{
border-color: #B03E1B;
}
.TagClassName
{
border-color: #B03E1B;
}
</style>