Shades of Rust #BB451B
Tints of Rust #BB451B
RGB
CMYK
RGB Variations
Color information
#BB451B (or 0xBB451B) is known color: Rust. HEX triplet: BB, 45 and 1B. RGB value is (187,69,27). Sum of RGB (Red+Green+Blue) = 187+69+27=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB451B is #44BAE4. Grayscale: #636363. Windows color (decimal): -4504293 or 1787323. OLE color: 1787323.
HSL color Cylindrical-coordinate representation of color #BB451B: hue angle of 15.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB451B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.27 |
| HSL | 15.75º | 0.75% | 0.42% | - |
| HSV(B) | 15.75º | 0.86% | 0.73% | - |
| XYZ | 22.82 | 14.9 | 2.71 | - |
| YUV | 99.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 27 | 0 | 0.63 | 0.86 | 0.27 | 15.75 | 0.75 | 0.42 |
| Hex | BB | 45 | 1B | 0 | 3F | 56 | 1B | 10 | 4B | 2A |
| Octal | 273 | 105 | 33 | 0 | 77 | 126 | 33 | 20 | 113 | 52 |
| Binary | 10111011 | 1000101 | 11011 | 0 | 111111 | 1010110 | 11011 | 10000 | 1001011 | 101010 |
Color Harmonies of #BB451B
Complementary color
Monochromatic Colors of #BB451B
Black with #BB451B
Text Example
Text Example
White with #BB451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB451B; }
p { color: rgb(187,69,27); }
H1.HeaderClassName
{
color: #BB451B;
}
.AnyTagClassName
{
color: #BB451B;
}
</style>
background-color css
<style>
a { background-color: #BB451B; }
a { background-color: rgb(187,69,27); }
div.DivClassName
{
background-color: #BB451B;
}
.BgClassName
{
background-color: #BB451B;
}
</style>
border-color css
<style>
span { border-color: #BB451B; }
span { border-color: rgb(187,69,27); }
td.TdClassName
{
border-color: #BB451B;
}
.TagClassName
{
border-color: #BB451B;
}
</style>