Shades of Rust #B02E0B
Tints of Rust #B02E0B
RGB
CMYK
RGB Variations
Color information
#B02E0B (or 0xB02E0B) is known color: Rust. HEX triplet: B0, 2E and 0B. RGB value is (176,46,11). Sum of RGB (Red+Green+Blue) = 176+46+11=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02E0B is #4FD1F4. Grayscale: #515151. Windows color (decimal): -5231093 or 732848. OLE color: 732848.
HSL color Cylindrical-coordinate representation of color #B02E0B: hue angle of 12.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B02E0B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.31 |
| HSL | 12.73º | 0.88% | 0.37% | - |
| HSV(B) | 12.73º | 0.94% | 0.69% | - |
| XYZ | 18.94 | 11.21 | 1.48 | - |
| YUV | 80.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 11 | 0 | 0.74 | 0.94 | 0.31 | 12.73 | 0.88 | 0.37 |
| Hex | B0 | 2E | B | 0 | 4A | 5E | 1F | D | 58 | 25 |
| Octal | 260 | 56 | 13 | 0 | 112 | 136 | 37 | 15 | 130 | 45 |
| Binary | 10110000 | 101110 | 1011 | 0 | 1001010 | 1011110 | 11111 | 1101 | 1011000 | 100101 |
Color Harmonies of #B02E0B
Complementary color
Monochromatic Colors of #B02E0B
Black with #B02E0B
Text Example
Text Example
White with #B02E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E0B; }
p { color: rgb(176,46,11); }
H1.HeaderClassName
{
color: #B02E0B;
}
.AnyTagClassName
{
color: #B02E0B;
}
</style>
background-color css
<style>
a { background-color: #B02E0B; }
a { background-color: rgb(176,46,11); }
div.DivClassName
{
background-color: #B02E0B;
}
.BgClassName
{
background-color: #B02E0B;
}
</style>
border-color css
<style>
span { border-color: #B02E0B; }
span { border-color: rgb(176,46,11); }
td.TdClassName
{
border-color: #B02E0B;
}
.TagClassName
{
border-color: #B02E0B;
}
</style>