Shades of Rust #B03917
Tints of Rust #B03917
RGB
CMYK
RGB Variations
Color information
#B03917 (or 0xB03917) is known color: Rust. HEX triplet: B0, 39 and 17. RGB value is (176,57,23). Sum of RGB (Red+Green+Blue) = 176+57+23=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B03917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03917 is #4FC6E8. Grayscale: #585858. Windows color (decimal): -5228265 or 1522096. OLE color: 1522096.
HSL color Cylindrical-coordinate representation of color #B03917: hue angle of 13.33º 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 #B03917 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 23 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.31 |
| HSL | 13.33º | 0.77% | 0.39% | - |
| HSV(B) | 13.33º | 0.87% | 0.69% | - |
| XYZ | 19.52 | 12.22 | 2.14 | - |
| YUV | 88.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 23 | 0 | 0.68 | 0.87 | 0.31 | 13.33 | 0.77 | 0.39 |
| Hex | B0 | 39 | 17 | 0 | 44 | 57 | 1F | D | 4D | 27 |
| Octal | 260 | 71 | 27 | 0 | 104 | 127 | 37 | 15 | 115 | 47 |
| Binary | 10110000 | 111001 | 10111 | 0 | 1000100 | 1010111 | 11111 | 1101 | 1001101 | 100111 |
Color Harmonies of #B03917
Complementary color
Monochromatic Colors of #B03917
Black with #B03917
Text Example
Text Example
White with #B03917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03917; }
p { color: rgb(176,57,23); }
H1.HeaderClassName
{
color: #B03917;
}
.AnyTagClassName
{
color: #B03917;
}
</style>
background-color css
<style>
a { background-color: #B03917; }
a { background-color: rgb(176,57,23); }
div.DivClassName
{
background-color: #B03917;
}
.BgClassName
{
background-color: #B03917;
}
</style>
border-color css
<style>
span { border-color: #B03917; }
span { border-color: rgb(176,57,23); }
td.TdClassName
{
border-color: #B03917;
}
.TagClassName
{
border-color: #B03917;
}
</style>