Shades of Rust #BB4219
Tints of Rust #BB4219
RGB
CMYK
RGB Variations
Color information
#BB4219 (or 0xBB4219) is known color: Rust. HEX triplet: BB, 42 and 19. RGB value is (187,66,25). Sum of RGB (Red+Green+Blue) = 187+66+25=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4219 is #44BDE6. Grayscale: #616161. Windows color (decimal): -4505063 or 1655483. OLE color: 1655483.
HSL color Cylindrical-coordinate representation of color #BB4219: hue angle of 15.19º 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 #BB4219 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.27 |
| HSL | 15.19º | 0.76% | 0.42% | - |
| HSV(B) | 15.19º | 0.87% | 0.73% | - |
| XYZ | 22.62 | 14.53 | 2.53 | - |
| YUV | 97.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 25 | 0 | 0.65 | 0.87 | 0.27 | 15.19 | 0.76 | 0.42 |
| Hex | BB | 42 | 19 | 0 | 41 | 57 | 1B | F | 4C | 2A |
| Octal | 273 | 102 | 31 | 0 | 101 | 127 | 33 | 17 | 114 | 52 |
| Binary | 10111011 | 1000010 | 11001 | 0 | 1000001 | 1010111 | 11011 | 1111 | 1001100 | 101010 |
Color Harmonies of #BB4219
Complementary color
Monochromatic Colors of #BB4219
Black with #BB4219
Text Example
Text Example
White with #BB4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4219; }
p { color: rgb(187,66,25); }
H1.HeaderClassName
{
color: #BB4219;
}
.AnyTagClassName
{
color: #BB4219;
}
</style>
background-color css
<style>
a { background-color: #BB4219; }
a { background-color: rgb(187,66,25); }
div.DivClassName
{
background-color: #BB4219;
}
.BgClassName
{
background-color: #BB4219;
}
</style>
border-color css
<style>
span { border-color: #BB4219; }
span { border-color: rgb(187,66,25); }
td.TdClassName
{
border-color: #BB4219;
}
.TagClassName
{
border-color: #BB4219;
}
</style>