Shades of Rust #B03313
Tints of Rust #B03313
RGB
CMYK
RGB Variations
Color information
#B03313 (or 0xB03313) is known color: Rust. HEX triplet: B0, 33 and 13. RGB value is (176,51,19). Sum of RGB (Red+Green+Blue) = 176+51+19=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03313 is #4FCCEC. Grayscale: #545454. Windows color (decimal): -5229805 or 1258416. OLE color: 1258416.
HSL color Cylindrical-coordinate representation of color #B03313: hue angle of 12.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03313 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.31 |
| HSL | 12.23º | 0.81% | 0.38% | - |
| HSV(B) | 12.23º | 0.89% | 0.69% | - |
| XYZ | 19.21 | 11.64 | 1.85 | - |
| YUV | 84.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 19 | 0 | 0.71 | 0.89 | 0.31 | 12.23 | 0.81 | 0.38 |
| Hex | B0 | 33 | 13 | 0 | 47 | 59 | 1F | C | 51 | 26 |
| Octal | 260 | 63 | 23 | 0 | 107 | 131 | 37 | 14 | 121 | 46 |
| Binary | 10110000 | 110011 | 10011 | 0 | 1000111 | 1011001 | 11111 | 1100 | 1010001 | 100110 |
Color Harmonies of #B03313
Complementary color
Monochromatic Colors of #B03313
Black with #B03313
Text Example
Text Example
White with #B03313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03313; }
p { color: rgb(176,51,19); }
H1.HeaderClassName
{
color: #B03313;
}
.AnyTagClassName
{
color: #B03313;
}
</style>
background-color css
<style>
a { background-color: #B03313; }
a { background-color: rgb(176,51,19); }
div.DivClassName
{
background-color: #B03313;
}
.BgClassName
{
background-color: #B03313;
}
</style>
border-color css
<style>
span { border-color: #B03313; }
span { border-color: rgb(176,51,19); }
td.TdClassName
{
border-color: #B03313;
}
.TagClassName
{
border-color: #B03313;
}
</style>