Shades of Rust #B03315
Tints of Rust #B03315
RGB
CMYK
RGB Variations
Color information
#B03315 (or 0xB03315) is known color: Rust. HEX triplet: B0, 33 and 15. RGB value is (176,51,21). Sum of RGB (Red+Green+Blue) = 176+51+21=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03315 is #4FCCEA. Grayscale: #555555. Windows color (decimal): -5229803 or 1389488. OLE color: 1389488.
HSL color Cylindrical-coordinate representation of color #B03315: hue angle of 11.61º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03315 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.31 |
| HSL | 11.61º | 0.79% | 0.39% | - |
| HSV(B) | 11.61º | 0.88% | 0.69% | - |
| XYZ | 19.22 | 11.65 | 1.95 | - |
| YUV | 84.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 21 | 0 | 0.71 | 0.88 | 0.31 | 11.61 | 0.79 | 0.39 |
| Hex | B0 | 33 | 15 | 0 | 47 | 58 | 1F | C | 4F | 27 |
| Octal | 260 | 63 | 25 | 0 | 107 | 130 | 37 | 14 | 117 | 47 |
| Binary | 10110000 | 110011 | 10101 | 0 | 1000111 | 1011000 | 11111 | 1100 | 1001111 | 100111 |
Color Harmonies of #B03315
Complementary color
Monochromatic Colors of #B03315
Black with #B03315
Text Example
Text Example
White with #B03315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03315; }
p { color: rgb(176,51,21); }
H1.HeaderClassName
{
color: #B03315;
}
.AnyTagClassName
{
color: #B03315;
}
</style>
background-color css
<style>
a { background-color: #B03315; }
a { background-color: rgb(176,51,21); }
div.DivClassName
{
background-color: #B03315;
}
.BgClassName
{
background-color: #B03315;
}
</style>
border-color css
<style>
span { border-color: #B03315; }
span { border-color: rgb(176,51,21); }
td.TdClassName
{
border-color: #B03315;
}
.TagClassName
{
border-color: #B03315;
}
</style>