Shades of Rust #BB451E
Tints of Rust #BB451E
RGB
CMYK
RGB Variations
Color information
#BB451E (or 0xBB451E) is known color: Rust. HEX triplet: BB, 45 and 1E. RGB value is (187,69,30). Sum of RGB (Red+Green+Blue) = 187+69+30=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB451E is #44BAE1. Grayscale: #646464. Windows color (decimal): -4504290 or 1983931. OLE color: 1983931.
HSL color Cylindrical-coordinate representation of color #BB451E: hue angle of 14.9º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB451E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 30 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.27 |
| HSL | 14.9º | 0.72% | 0.43% | - |
| HSV(B) | 14.9º | 0.84% | 0.73% | - |
| XYZ | 22.86 | 14.91 | 2.9 | - |
| YUV | 99.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 30 | 0 | 0.63 | 0.84 | 0.27 | 14.9 | 0.72 | 0.43 |
| Hex | BB | 45 | 1E | 0 | 3F | 54 | 1B | F | 48 | 2B |
| Octal | 273 | 105 | 36 | 0 | 77 | 124 | 33 | 17 | 110 | 53 |
| Binary | 10111011 | 1000101 | 11110 | 0 | 111111 | 1010100 | 11011 | 1111 | 1001000 | 101011 |
Color Harmonies of #BB451E
Complementary color
Monochromatic Colors of #BB451E
Black with #BB451E
Text Example
Text Example
White with #BB451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB451E; }
p { color: rgb(187,69,30); }
H1.HeaderClassName
{
color: #BB451E;
}
.AnyTagClassName
{
color: #BB451E;
}
</style>
background-color css
<style>
a { background-color: #BB451E; }
a { background-color: rgb(187,69,30); }
div.DivClassName
{
background-color: #BB451E;
}
.BgClassName
{
background-color: #BB451E;
}
</style>
border-color css
<style>
span { border-color: #BB451E; }
span { border-color: rgb(187,69,30); }
td.TdClassName
{
border-color: #BB451E;
}
.TagClassName
{
border-color: #BB451E;
}
</style>