Shades of Rust #BB4719
Tints of Rust #BB4719
RGB
CMYK
RGB Variations
Color information
#BB4719 (or 0xBB4719) is known color: Rust. HEX triplet: BB, 47 and 19. RGB value is (187,71,25). Sum of RGB (Red+Green+Blue) = 187+71+25=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4719 is #44B8E6. Grayscale: #646464. Windows color (decimal): -4503783 or 1656763. OLE color: 1656763.
HSL color Cylindrical-coordinate representation of color #BB4719: hue angle of 17.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB4719 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.27 |
| HSL | 17.04º | 0.76% | 0.42% | - |
| HSV(B) | 17.04º | 0.87% | 0.73% | - |
| XYZ | 22.92 | 15.14 | 2.63 | - |
| YUV | 100.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 25 | 0 | 0.62 | 0.87 | 0.27 | 17.04 | 0.76 | 0.42 |
| Hex | BB | 47 | 19 | 0 | 3E | 57 | 1B | 11 | 4C | 2A |
| Octal | 273 | 107 | 31 | 0 | 76 | 127 | 33 | 21 | 114 | 52 |
| Binary | 10111011 | 1000111 | 11001 | 0 | 111110 | 1010111 | 11011 | 10001 | 1001100 | 101010 |
Color Harmonies of #BB4719
Complementary color
Monochromatic Colors of #BB4719
Black with #BB4719
Text Example
Text Example
White with #BB4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4719; }
p { color: rgb(187,71,25); }
H1.HeaderClassName
{
color: #BB4719;
}
.AnyTagClassName
{
color: #BB4719;
}
</style>
background-color css
<style>
a { background-color: #BB4719; }
a { background-color: rgb(187,71,25); }
div.DivClassName
{
background-color: #BB4719;
}
.BgClassName
{
background-color: #BB4719;
}
</style>
border-color css
<style>
span { border-color: #BB4719; }
span { border-color: rgb(187,71,25); }
td.TdClassName
{
border-color: #BB4719;
}
.TagClassName
{
border-color: #BB4719;
}
</style>