Shades of Rust #B03306
Tints of Rust #B03306
RGB
CMYK
RGB Variations
Color information
#B03306 (or 0xB03306) is known color: Rust. HEX triplet: B0, 33 and 06. RGB value is (176,51,6). Sum of RGB (Red+Green+Blue) = 176+51+6=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03306 is #4FCCF9. Grayscale: #535353. Windows color (decimal): -5229818 or 406448. OLE color: 406448.
HSL color Cylindrical-coordinate representation of color #B03306: hue angle of 15.88º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03306 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.31 |
| HSL | 15.88º | 0.93% | 0.36% | - |
| HSV(B) | 15.88º | 0.97% | 0.69% | - |
| XYZ | 19.12 | 11.61 | 1.41 | - |
| YUV | 83.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 6 | 0 | 0.71 | 0.97 | 0.31 | 15.88 | 0.93 | 0.36 |
| Hex | B0 | 33 | 6 | 0 | 47 | 61 | 1F | 10 | 5D | 24 |
| Octal | 260 | 63 | 6 | 0 | 107 | 141 | 37 | 20 | 135 | 44 |
| Binary | 10110000 | 110011 | 110 | 0 | 1000111 | 1100001 | 11111 | 10000 | 1011101 | 100100 |
Color Harmonies of #B03306
Complementary color
Monochromatic Colors of #B03306
Black with #B03306
Text Example
Text Example
White with #B03306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03306; }
p { color: rgb(176,51,6); }
H1.HeaderClassName
{
color: #B03306;
}
.AnyTagClassName
{
color: #B03306;
}
</style>
background-color css
<style>
a { background-color: #B03306; }
a { background-color: rgb(176,51,6); }
div.DivClassName
{
background-color: #B03306;
}
.BgClassName
{
background-color: #B03306;
}
</style>
border-color css
<style>
span { border-color: #B03306; }
span { border-color: rgb(176,51,6); }
td.TdClassName
{
border-color: #B03306;
}
.TagClassName
{
border-color: #B03306;
}
</style>