Shades of Rust #BB4714
Tints of Rust #BB4714
RGB
CMYK
RGB Variations
Color information
#BB4714 (or 0xBB4714) is known color: Rust. HEX triplet: BB, 47 and 14. RGB value is (187,71,20). Sum of RGB (Red+Green+Blue) = 187+71+20=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4714 is #44B8EB. Grayscale: #646464. Windows color (decimal): -4503788 or 1329083. OLE color: 1329083.
HSL color Cylindrical-coordinate representation of color #BB4714: hue angle of 18.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB4714 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.27 |
| HSL | 18.32º | 0.81% | 0.41% | - |
| HSV(B) | 18.32º | 0.89% | 0.73% | - |
| XYZ | 22.87 | 15.12 | 2.38 | - |
| YUV | 99.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 20 | 0 | 0.62 | 0.89 | 0.27 | 18.32 | 0.81 | 0.41 |
| Hex | BB | 47 | 14 | 0 | 3E | 59 | 1B | 12 | 51 | 29 |
| Octal | 273 | 107 | 24 | 0 | 76 | 131 | 33 | 22 | 121 | 51 |
| Binary | 10111011 | 1000111 | 10100 | 0 | 111110 | 1011001 | 11011 | 10010 | 1010001 | 101001 |
Color Harmonies of #BB4714
Complementary color
Monochromatic Colors of #BB4714
Black with #BB4714
Text Example
Text Example
White with #BB4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4714; }
p { color: rgb(187,71,20); }
H1.HeaderClassName
{
color: #BB4714;
}
.AnyTagClassName
{
color: #BB4714;
}
</style>
background-color css
<style>
a { background-color: #BB4714; }
a { background-color: rgb(187,71,20); }
div.DivClassName
{
background-color: #BB4714;
}
.BgClassName
{
background-color: #BB4714;
}
</style>
border-color css
<style>
span { border-color: #BB4714; }
span { border-color: rgb(187,71,20); }
td.TdClassName
{
border-color: #BB4714;
}
.TagClassName
{
border-color: #BB4714;
}
</style>