Shades of Rust #B03614
Tints of Rust #B03614
RGB
CMYK
RGB Variations
Color information
#B03614 (or 0xB03614) is known color: Rust. HEX triplet: B0, 36 and 14. RGB value is (176,54,20). Sum of RGB (Red+Green+Blue) = 176+54+20=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03614 is #4FC9EB. Grayscale: #565656. Windows color (decimal): -5229036 or 1324720. OLE color: 1324720.
HSL color Cylindrical-coordinate representation of color #B03614: hue angle of 13.08º degrees, saturation: 0.8, 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 #B03614 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.31 |
| HSL | 13.08º | 0.8% | 0.38% | - |
| HSV(B) | 13.08º | 0.89% | 0.69% | - |
| XYZ | 19.35 | 11.92 | 1.94 | - |
| YUV | 86.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 20 | 0 | 0.69 | 0.89 | 0.31 | 13.08 | 0.8 | 0.38 |
| Hex | B0 | 36 | 14 | 0 | 45 | 59 | 1F | D | 50 | 26 |
| Octal | 260 | 66 | 24 | 0 | 105 | 131 | 37 | 15 | 120 | 46 |
| Binary | 10110000 | 110110 | 10100 | 0 | 1000101 | 1011001 | 11111 | 1101 | 1010000 | 100110 |
Color Harmonies of #B03614
Complementary color
Monochromatic Colors of #B03614
Black with #B03614
Text Example
Text Example
White with #B03614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03614; }
p { color: rgb(176,54,20); }
H1.HeaderClassName
{
color: #B03614;
}
.AnyTagClassName
{
color: #B03614;
}
</style>
background-color css
<style>
a { background-color: #B03614; }
a { background-color: rgb(176,54,20); }
div.DivClassName
{
background-color: #B03614;
}
.BgClassName
{
background-color: #B03614;
}
</style>
border-color css
<style>
span { border-color: #B03614; }
span { border-color: rgb(176,54,20); }
td.TdClassName
{
border-color: #B03614;
}
.TagClassName
{
border-color: #B03614;
}
</style>