Shades of Rust #BB4319
Tints of Rust #BB4319
RGB
CMYK
RGB Variations
Color information
#BB4319 (or 0xBB4319) is known color: Rust. HEX triplet: BB, 43 and 19. RGB value is (187,67,25). Sum of RGB (Red+Green+Blue) = 187+67+25=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4319 is #44BCE6. Grayscale: #626262. Windows color (decimal): -4504807 or 1655739. OLE color: 1655739.
HSL color Cylindrical-coordinate representation of color #BB4319: hue angle of 15.56º 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 #BB4319 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.27 |
| HSL | 15.56º | 0.76% | 0.42% | - |
| HSV(B) | 15.56º | 0.87% | 0.73% | - |
| XYZ | 22.68 | 14.65 | 2.55 | - |
| YUV | 98.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 25 | 0 | 0.64 | 0.87 | 0.27 | 15.56 | 0.76 | 0.42 |
| Hex | BB | 43 | 19 | 0 | 40 | 57 | 1B | 10 | 4C | 2A |
| Octal | 273 | 103 | 31 | 0 | 100 | 127 | 33 | 20 | 114 | 52 |
| Binary | 10111011 | 1000011 | 11001 | 0 | 1000000 | 1010111 | 11011 | 10000 | 1001100 | 101010 |
Color Harmonies of #BB4319
Complementary color
Monochromatic Colors of #BB4319
Black with #BB4319
Text Example
Text Example
White with #BB4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4319; }
p { color: rgb(187,67,25); }
H1.HeaderClassName
{
color: #BB4319;
}
.AnyTagClassName
{
color: #BB4319;
}
</style>
background-color css
<style>
a { background-color: #BB4319; }
a { background-color: rgb(187,67,25); }
div.DivClassName
{
background-color: #BB4319;
}
.BgClassName
{
background-color: #BB4319;
}
</style>
border-color css
<style>
span { border-color: #BB4319; }
span { border-color: rgb(187,67,25); }
td.TdClassName
{
border-color: #BB4319;
}
.TagClassName
{
border-color: #BB4319;
}
</style>