Shades of Rust #BB441E
Tints of Rust #BB441E
RGB
CMYK
RGB Variations
Color information
#BB441E (or 0xBB441E) is known color: Rust. HEX triplet: BB, 44 and 1E. RGB value is (187,68,30). Sum of RGB (Red+Green+Blue) = 187+68+30=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB441E is #44BBE1. Grayscale: #636363. Windows color (decimal): -4504546 or 1983675. OLE color: 1983675.
HSL color Cylindrical-coordinate representation of color #BB441E: hue angle of 14.52º 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 #BB441E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 30 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.27 |
| HSL | 14.52º | 0.72% | 0.43% | - |
| HSV(B) | 14.52º | 0.84% | 0.73% | - |
| XYZ | 22.79 | 14.79 | 2.88 | - |
| YUV | 99.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 30 | 0 | 0.64 | 0.84 | 0.27 | 14.52 | 0.72 | 0.43 |
| Hex | BB | 44 | 1E | 0 | 40 | 54 | 1B | F | 48 | 2B |
| Octal | 273 | 104 | 36 | 0 | 100 | 124 | 33 | 17 | 110 | 53 |
| Binary | 10111011 | 1000100 | 11110 | 0 | 1000000 | 1010100 | 11011 | 1111 | 1001000 | 101011 |
Color Harmonies of #BB441E
Complementary color
Monochromatic Colors of #BB441E
Black with #BB441E
Text Example
Text Example
White with #BB441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB441E; }
p { color: rgb(187,68,30); }
H1.HeaderClassName
{
color: #BB441E;
}
.AnyTagClassName
{
color: #BB441E;
}
</style>
background-color css
<style>
a { background-color: #BB441E; }
a { background-color: rgb(187,68,30); }
div.DivClassName
{
background-color: #BB441E;
}
.BgClassName
{
background-color: #BB441E;
}
</style>
border-color css
<style>
span { border-color: #BB441E; }
span { border-color: rgb(187,68,30); }
td.TdClassName
{
border-color: #BB441E;
}
.TagClassName
{
border-color: #BB441E;
}
</style>