Shades of Rust #B03613
Tints of Rust #B03613
RGB
CMYK
RGB Variations
Color information
#B03613 (or 0xB03613) is known color: Rust. HEX triplet: B0, 36 and 13. RGB value is (176,54,19). Sum of RGB (Red+Green+Blue) = 176+54+19=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03613 is #4FC9EC. Grayscale: #565656. Windows color (decimal): -5229037 or 1259184. OLE color: 1259184.
HSL color Cylindrical-coordinate representation of color #B03613: hue angle of 13.38º 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 #B03613 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.31 |
| HSL | 13.38º | 0.81% | 0.38% | - |
| HSV(B) | 13.38º | 0.89% | 0.69% | - |
| XYZ | 19.34 | 11.92 | 1.9 | - |
| YUV | 86.49 | 89.92 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 19 | 0 | 0.69 | 0.89 | 0.31 | 13.38 | 0.81 | 0.38 |
| Hex | B0 | 36 | 13 | 0 | 45 | 59 | 1F | D | 51 | 26 |
| Octal | 260 | 66 | 23 | 0 | 105 | 131 | 37 | 15 | 121 | 46 |
| Binary | 10110000 | 110110 | 10011 | 0 | 1000101 | 1011001 | 11111 | 1101 | 1010001 | 100110 |
Color Harmonies of #B03613
Complementary color
Monochromatic Colors of #B03613
Black with #B03613
Text Example
Text Example
White with #B03613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03613; }
p { color: rgb(176,54,19); }
H1.HeaderClassName
{
color: #B03613;
}
.AnyTagClassName
{
color: #B03613;
}
</style>
background-color css
<style>
a { background-color: #B03613; }
a { background-color: rgb(176,54,19); }
div.DivClassName
{
background-color: #B03613;
}
.BgClassName
{
background-color: #B03613;
}
</style>
border-color css
<style>
span { border-color: #B03613; }
span { border-color: rgb(176,54,19); }
td.TdClassName
{
border-color: #B03613;
}
.TagClassName
{
border-color: #B03613;
}
</style>