Shades of Rust #BB4019
Tints of Rust #BB4019
RGB
CMYK
RGB Variations
Color information
#BB4019 (or 0xBB4019) is known color: Rust. HEX triplet: BB, 40 and 19. RGB value is (187,64,25). Sum of RGB (Red+Green+Blue) = 187+64+25=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4019 is #44BFE6. Grayscale: #606060. Windows color (decimal): -4505575 or 1654971. OLE color: 1654971.
HSL color Cylindrical-coordinate representation of color #BB4019: hue angle of 14.44º 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 #BB4019 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.27 |
| HSL | 14.44º | 0.76% | 0.42% | - |
| HSV(B) | 14.44º | 0.87% | 0.73% | - |
| XYZ | 22.5 | 14.3 | 2.49 | - |
| YUV | 96.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 25 | 0 | 0.66 | 0.87 | 0.27 | 14.44 | 0.76 | 0.42 |
| Hex | BB | 40 | 19 | 0 | 42 | 57 | 1B | E | 4C | 2A |
| Octal | 273 | 100 | 31 | 0 | 102 | 127 | 33 | 16 | 114 | 52 |
| Binary | 10111011 | 1000000 | 11001 | 0 | 1000010 | 1010111 | 11011 | 1110 | 1001100 | 101010 |
Color Harmonies of #BB4019
Complementary color
Monochromatic Colors of #BB4019
Black with #BB4019
Text Example
Text Example
White with #BB4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4019; }
p { color: rgb(187,64,25); }
H1.HeaderClassName
{
color: #BB4019;
}
.AnyTagClassName
{
color: #BB4019;
}
</style>
background-color css
<style>
a { background-color: #BB4019; }
a { background-color: rgb(187,64,25); }
div.DivClassName
{
background-color: #BB4019;
}
.BgClassName
{
background-color: #BB4019;
}
</style>
border-color css
<style>
span { border-color: #BB4019; }
span { border-color: rgb(187,64,25); }
td.TdClassName
{
border-color: #BB4019;
}
.TagClassName
{
border-color: #BB4019;
}
</style>