Shades of Rust #B03617
Tints of Rust #B03617
RGB
CMYK
RGB Variations
Color information
#B03617 (or 0xB03617) is known color: Rust. HEX triplet: B0, 36 and 17. RGB value is (176,54,23). Sum of RGB (Red+Green+Blue) = 176+54+23=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B03617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03617 is #4FC9E8. Grayscale: #575757. Windows color (decimal): -5229033 or 1521328. OLE color: 1521328.
HSL color Cylindrical-coordinate representation of color #B03617: hue angle of 12.16º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B03617 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.31 |
| HSL | 12.16º | 0.77% | 0.39% | - |
| HSV(B) | 12.16º | 0.87% | 0.69% | - |
| XYZ | 19.38 | 11.93 | 2.09 | - |
| YUV | 86.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 23 | 0 | 0.69 | 0.87 | 0.31 | 12.16 | 0.77 | 0.39 |
| Hex | B0 | 36 | 17 | 0 | 45 | 57 | 1F | C | 4D | 27 |
| Octal | 260 | 66 | 27 | 0 | 105 | 127 | 37 | 14 | 115 | 47 |
| Binary | 10110000 | 110110 | 10111 | 0 | 1000101 | 1010111 | 11111 | 1100 | 1001101 | 100111 |
Color Harmonies of #B03617
Complementary color
Monochromatic Colors of #B03617
Black with #B03617
Text Example
Text Example
White with #B03617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03617; }
p { color: rgb(176,54,23); }
H1.HeaderClassName
{
color: #B03617;
}
.AnyTagClassName
{
color: #B03617;
}
</style>
background-color css
<style>
a { background-color: #B03617; }
a { background-color: rgb(176,54,23); }
div.DivClassName
{
background-color: #B03617;
}
.BgClassName
{
background-color: #B03617;
}
</style>
border-color css
<style>
span { border-color: #B03617; }
span { border-color: rgb(176,54,23); }
td.TdClassName
{
border-color: #B03617;
}
.TagClassName
{
border-color: #B03617;
}
</style>