Shades of Rust #B02F00
Tints of Rust #B02F00
RGB
CMYK
RGB Variations
Color information
#B02F00 (or 0xB02F00) is known color: Rust. HEX triplet: B0, 2F and 00. RGB value is (176,47,0). Sum of RGB (Red+Green+Blue) = 176+47+0=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F00 is #4FD0FF. Grayscale: #505050. Windows color (decimal): -5230848 or 12208. OLE color: 12208.
HSL color Cylindrical-coordinate representation of color #B02F00: hue angle of 16.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B02F00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.31 |
| HSL | 16.02º | 1% | 0.35% | - |
| HSV(B) | 16.02º | 1% | 0.69% | - |
| XYZ | 18.92 | 11.26 | 1.18 | - |
| YUV | 80.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 0 | 0 | 0.73 | 1 | 0.31 | 16.02 | 1 | 0.35 |
| Hex | B0 | 2F | 0 | 0 | 49 | 64 | 1F | 10 | 64 | 23 |
| Octal | 260 | 57 | 0 | 0 | 111 | 144 | 37 | 20 | 144 | 43 |
| Binary | 10110000 | 101111 | 0 | 0 | 1001001 | 1100100 | 11111 | 10000 | 1100100 | 100011 |
Color Harmonies of #B02F00
Complementary color
Monochromatic Colors of #B02F00
Black with #B02F00
Text Example
Text Example
White with #B02F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F00; }
p { color: rgb(176,47,0); }
H1.HeaderClassName
{
color: #B02F00;
}
.AnyTagClassName
{
color: #B02F00;
}
</style>
background-color css
<style>
a { background-color: #B02F00; }
a { background-color: rgb(176,47,0); }
div.DivClassName
{
background-color: #B02F00;
}
.BgClassName
{
background-color: #B02F00;
}
</style>
border-color css
<style>
span { border-color: #B02F00; }
span { border-color: rgb(176,47,0); }
td.TdClassName
{
border-color: #B02F00;
}
.TagClassName
{
border-color: #B02F00;
}
</style>