Shades of Rust #B02C0B
Tints of Rust #B02C0B
RGB
CMYK
RGB Variations
Color information
#B02C0B (or 0xB02C0B) is known color: Rust. HEX triplet: B0, 2C and 0B. RGB value is (176,44,11). Sum of RGB (Red+Green+Blue) = 176+44+11=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0B is #4FD3F4. Grayscale: #4F4F4F. Windows color (decimal): -5231605 or 732336. OLE color: 732336.
HSL color Cylindrical-coordinate representation of color #B02C0B: hue angle of 12º 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 #B02C0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.31 |
| HSL | 12º | 0.88% | 0.37% | - |
| HSV(B) | 12º | 0.94% | 0.69% | - |
| XYZ | 18.87 | 11.06 | 1.46 | - |
| YUV | 79.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 11 | 0 | 0.75 | 0.94 | 0.31 | 12 | 0.88 | 0.37 |
| Hex | B0 | 2C | B | 0 | 4B | 5E | 1F | C | 58 | 25 |
| Octal | 260 | 54 | 13 | 0 | 113 | 136 | 37 | 14 | 130 | 45 |
| Binary | 10110000 | 101100 | 1011 | 0 | 1001011 | 1011110 | 11111 | 1100 | 1011000 | 100101 |
Color Harmonies of #B02C0B
Complementary color
Monochromatic Colors of #B02C0B
Black with #B02C0B
Text Example
Text Example
White with #B02C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C0B; }
p { color: rgb(176,44,11); }
H1.HeaderClassName
{
color: #B02C0B;
}
.AnyTagClassName
{
color: #B02C0B;
}
</style>
background-color css
<style>
a { background-color: #B02C0B; }
a { background-color: rgb(176,44,11); }
div.DivClassName
{
background-color: #B02C0B;
}
.BgClassName
{
background-color: #B02C0B;
}
</style>
border-color css
<style>
span { border-color: #B02C0B; }
span { border-color: rgb(176,44,11); }
td.TdClassName
{
border-color: #B02C0B;
}
.TagClassName
{
border-color: #B02C0B;
}
</style>