Shades of Rust #BB450C
Tints of Rust #BB450C
RGB
CMYK
RGB Variations
Color information
#BB450C (or 0xBB450C) is known color: Rust. HEX triplet: BB, 45 and 0C. RGB value is (187,69,12). Sum of RGB (Red+Green+Blue) = 187+69+12=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB450C is #44BAF3. Grayscale: #626262. Windows color (decimal): -4504308 or 804283. OLE color: 804283.
HSL color Cylindrical-coordinate representation of color #BB450C: hue angle of 19.54º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB450C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.27 |
| HSL | 19.54º | 0.88% | 0.39% | - |
| HSV(B) | 19.54º | 0.94% | 0.73% | - |
| XYZ | 22.69 | 14.85 | 2.02 | - |
| YUV | 97.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 12 | 0 | 0.63 | 0.94 | 0.27 | 19.54 | 0.88 | 0.39 |
| Hex | BB | 45 | C | 0 | 3F | 5E | 1B | 14 | 58 | 27 |
| Octal | 273 | 105 | 14 | 0 | 77 | 136 | 33 | 24 | 130 | 47 |
| Binary | 10111011 | 1000101 | 1100 | 0 | 111111 | 1011110 | 11011 | 10100 | 1011000 | 100111 |
Color Harmonies of #BB450C
Complementary color
Monochromatic Colors of #BB450C
Black with #BB450C
Text Example
Text Example
White with #BB450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB450C; }
p { color: rgb(187,69,12); }
H1.HeaderClassName
{
color: #BB450C;
}
.AnyTagClassName
{
color: #BB450C;
}
</style>
background-color css
<style>
a { background-color: #BB450C; }
a { background-color: rgb(187,69,12); }
div.DivClassName
{
background-color: #BB450C;
}
.BgClassName
{
background-color: #BB450C;
}
</style>
border-color css
<style>
span { border-color: #BB450C; }
span { border-color: rgb(187,69,12); }
td.TdClassName
{
border-color: #BB450C;
}
.TagClassName
{
border-color: #BB450C;
}
</style>