Shades of Rust #BB3107
Tints of Rust #BB3107
RGB
CMYK
RGB Variations
Color information
#BB3107 (or 0xBB3107) is known color: Rust. HEX triplet: BB, 31 and 07. RGB value is (187,49,7). Sum of RGB (Red+Green+Blue) = 187+49+7=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3107 is #44CEF8. Grayscale: #555555. Windows color (decimal): -4509433 or 471483. OLE color: 471483.
HSL color Cylindrical-coordinate representation of color #BB3107: hue angle of 14º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB3107 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.27 |
| HSL | 14º | 0.93% | 0.38% | - |
| HSV(B) | 14º | 0.96% | 0.73% | - |
| XYZ | 21.63 | 12.78 | 1.53 | - |
| YUV | 85.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 7 | 0 | 0.74 | 0.96 | 0.27 | 14 | 0.93 | 0.38 |
| Hex | BB | 31 | 7 | 0 | 4A | 60 | 1B | E | 5D | 26 |
| Octal | 273 | 61 | 7 | 0 | 112 | 140 | 33 | 16 | 135 | 46 |
| Binary | 10111011 | 110001 | 111 | 0 | 1001010 | 1100000 | 11011 | 1110 | 1011101 | 100110 |
Color Harmonies of #BB3107
Complementary color
Monochromatic Colors of #BB3107
Black with #BB3107
Text Example
Text Example
White with #BB3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3107; }
p { color: rgb(187,49,7); }
H1.HeaderClassName
{
color: #BB3107;
}
.AnyTagClassName
{
color: #BB3107;
}
</style>
background-color css
<style>
a { background-color: #BB3107; }
a { background-color: rgb(187,49,7); }
div.DivClassName
{
background-color: #BB3107;
}
.BgClassName
{
background-color: #BB3107;
}
</style>
border-color css
<style>
span { border-color: #BB3107; }
span { border-color: rgb(187,49,7); }
td.TdClassName
{
border-color: #BB3107;
}
.TagClassName
{
border-color: #BB3107;
}
</style>