Shades of Rust #B32E0F
Tints of Rust #B32E0F
RGB
CMYK
RGB Variations
Color information
#B32E0F (or 0xB32E0F) is known color: Rust. HEX triplet: B3, 2E and 0F. RGB value is (179,46,15). Sum of RGB (Red+Green+Blue) = 179+46+15=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E0F is #4CD1F0. Grayscale: #525252. Windows color (decimal): -5034481 or 994995. OLE color: 994995.
HSL color Cylindrical-coordinate representation of color #B32E0F: hue angle of 11.34º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B32E0F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 15 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.30 |
| HSL | 11.34º | 0.85% | 0.38% | - |
| HSV(B) | 11.34º | 0.92% | 0.7% | - |
| XYZ | 19.65 | 11.57 | 1.65 | - |
| YUV | 82.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 15 | 0 | 0.74 | 0.92 | 0.30 | 11.34 | 0.85 | 0.38 |
| Hex | B3 | 2E | F | 0 | 4A | 5C | 1E | B | 55 | 26 |
| Octal | 263 | 56 | 17 | 0 | 112 | 134 | 36 | 13 | 125 | 46 |
| Binary | 10110011 | 101110 | 1111 | 0 | 1001010 | 1011100 | 11110 | 1011 | 1010101 | 100110 |
Color Harmonies of #B32E0F
Complementary color
Monochromatic Colors of #B32E0F
Black with #B32E0F
Text Example
Text Example
White with #B32E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E0F; }
p { color: rgb(179,46,15); }
H1.HeaderClassName
{
color: #B32E0F;
}
.AnyTagClassName
{
color: #B32E0F;
}
</style>
background-color css
<style>
a { background-color: #B32E0F; }
a { background-color: rgb(179,46,15); }
div.DivClassName
{
background-color: #B32E0F;
}
.BgClassName
{
background-color: #B32E0F;
}
</style>
border-color css
<style>
span { border-color: #B32E0F; }
span { border-color: rgb(179,46,15); }
td.TdClassName
{
border-color: #B32E0F;
}
.TagClassName
{
border-color: #B32E0F;
}
</style>