Shades of Rust #BB4717
Tints of Rust #BB4717
RGB
CMYK
RGB Variations
Color information
#BB4717 (or 0xBB4717) is known color: Rust. HEX triplet: BB, 47 and 17. RGB value is (187,71,23). Sum of RGB (Red+Green+Blue) = 187+71+23=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4717 is #44B8E8. Grayscale: #646464. Windows color (decimal): -4503785 or 1525691. OLE color: 1525691.
HSL color Cylindrical-coordinate representation of color #BB4717: hue angle of 17.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4717 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.27 |
| HSL | 17.56º | 0.78% | 0.41% | - |
| HSV(B) | 17.56º | 0.88% | 0.73% | - |
| XYZ | 22.9 | 15.13 | 2.52 | - |
| YUV | 100.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 23 | 0 | 0.62 | 0.88 | 0.27 | 17.56 | 0.78 | 0.41 |
| Hex | BB | 47 | 17 | 0 | 3E | 58 | 1B | 12 | 4E | 29 |
| Octal | 273 | 107 | 27 | 0 | 76 | 130 | 33 | 22 | 116 | 51 |
| Binary | 10111011 | 1000111 | 10111 | 0 | 111110 | 1011000 | 11011 | 10010 | 1001110 | 101001 |
Color Harmonies of #BB4717
Complementary color
Monochromatic Colors of #BB4717
Black with #BB4717
Text Example
Text Example
White with #BB4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4717; }
p { color: rgb(187,71,23); }
H1.HeaderClassName
{
color: #BB4717;
}
.AnyTagClassName
{
color: #BB4717;
}
</style>
background-color css
<style>
a { background-color: #BB4717; }
a { background-color: rgb(187,71,23); }
div.DivClassName
{
background-color: #BB4717;
}
.BgClassName
{
background-color: #BB4717;
}
</style>
border-color css
<style>
span { border-color: #BB4717; }
span { border-color: rgb(187,71,23); }
td.TdClassName
{
border-color: #BB4717;
}
.TagClassName
{
border-color: #BB4717;
}
</style>