Shades of Rust #B02E0F
Tints of Rust #B02E0F
RGB
CMYK
RGB Variations
Color information
#B02E0F (or 0xB02E0F) is known color: Rust. HEX triplet: B0, 2E and 0F. RGB value is (176,46,15). Sum of RGB (Red+Green+Blue) = 176+46+15=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02E0F is #4FD1F0. Grayscale: #515151. Windows color (decimal): -5231089 or 994992. OLE color: 994992.
HSL color Cylindrical-coordinate representation of color #B02E0F: hue angle of 11.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B02E0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.31 |
| HSL | 11.55º | 0.84% | 0.37% | - |
| HSV(B) | 11.55º | 0.91% | 0.69% | - |
| XYZ | 18.97 | 11.22 | 1.62 | - |
| YUV | 81.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 15 | 0 | 0.74 | 0.91 | 0.31 | 11.55 | 0.84 | 0.37 |
| Hex | B0 | 2E | F | 0 | 4A | 5B | 1F | C | 54 | 25 |
| Octal | 260 | 56 | 17 | 0 | 112 | 133 | 37 | 14 | 124 | 45 |
| Binary | 10110000 | 101110 | 1111 | 0 | 1001010 | 1011011 | 11111 | 1100 | 1010100 | 100101 |
Color Harmonies of #B02E0F
Complementary color
Monochromatic Colors of #B02E0F
Black with #B02E0F
Text Example
Text Example
White with #B02E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E0F; }
p { color: rgb(176,46,15); }
H1.HeaderClassName
{
color: #B02E0F;
}
.AnyTagClassName
{
color: #B02E0F;
}
</style>
background-color css
<style>
a { background-color: #B02E0F; }
a { background-color: rgb(176,46,15); }
div.DivClassName
{
background-color: #B02E0F;
}
.BgClassName
{
background-color: #B02E0F;
}
</style>
border-color css
<style>
span { border-color: #B02E0F; }
span { border-color: rgb(176,46,15); }
td.TdClassName
{
border-color: #B02E0F;
}
.TagClassName
{
border-color: #B02E0F;
}
</style>