Shades of Rust #B03300
Tints of Rust #B03300
RGB
CMYK
RGB Variations
Color information
#B03300 (or 0xB03300) is known color: Rust. HEX triplet: B0, 33 and 00. RGB value is (176,51,0). Sum of RGB (Red+Green+Blue) = 176+51+0=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B03300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03300 is #4FCCFF. Grayscale: #525252. Windows color (decimal): -5229824 or 13232. OLE color: 13232.
HSL color Cylindrical-coordinate representation of color #B03300: hue angle of 17.39º 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 #B03300 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.31 |
| HSL | 17.39º | 1% | 0.35% | - |
| HSV(B) | 17.39º | 1% | 0.69% | - |
| XYZ | 19.09 | 11.6 | 1.23 | - |
| YUV | 82.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 0 | 0 | 0.71 | 1 | 0.31 | 17.39 | 1 | 0.35 |
| Hex | B0 | 33 | 0 | 0 | 47 | 64 | 1F | 11 | 64 | 23 |
| Octal | 260 | 63 | 0 | 0 | 107 | 144 | 37 | 21 | 144 | 43 |
| Binary | 10110000 | 110011 | 0 | 0 | 1000111 | 1100100 | 11111 | 10001 | 1100100 | 100011 |
Color Harmonies of #B03300
Complementary color
Monochromatic Colors of #B03300
Black with #B03300
Text Example
Text Example
White with #B03300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03300; }
p { color: rgb(176,51,0); }
H1.HeaderClassName
{
color: #B03300;
}
.AnyTagClassName
{
color: #B03300;
}
</style>
background-color css
<style>
a { background-color: #B03300; }
a { background-color: rgb(176,51,0); }
div.DivClassName
{
background-color: #B03300;
}
.BgClassName
{
background-color: #B03300;
}
</style>
border-color css
<style>
span { border-color: #B03300; }
span { border-color: rgb(176,51,0); }
td.TdClassName
{
border-color: #B03300;
}
.TagClassName
{
border-color: #B03300;
}
</style>