Shades of Rust #BB441B
Tints of Rust #BB441B
RGB
CMYK
RGB Variations
Color information
#BB441B (or 0xBB441B) is known color: Rust. HEX triplet: BB, 44 and 1B. RGB value is (187,68,27). Sum of RGB (Red+Green+Blue) = 187+68+27=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB441B is #44BBE4. Grayscale: #636363. Windows color (decimal): -4504549 or 1787067. OLE color: 1787067.
HSL color Cylindrical-coordinate representation of color #BB441B: hue angle of 15.38º 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 #BB441B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.27 |
| HSL | 15.38º | 0.75% | 0.42% | - |
| HSV(B) | 15.38º | 0.86% | 0.73% | - |
| XYZ | 22.76 | 14.78 | 2.69 | - |
| YUV | 98.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 27 | 0 | 0.64 | 0.86 | 0.27 | 15.38 | 0.75 | 0.42 |
| Hex | BB | 44 | 1B | 0 | 40 | 56 | 1B | F | 4B | 2A |
| Octal | 273 | 104 | 33 | 0 | 100 | 126 | 33 | 17 | 113 | 52 |
| Binary | 10111011 | 1000100 | 11011 | 0 | 1000000 | 1010110 | 11011 | 1111 | 1001011 | 101010 |
Color Harmonies of #BB441B
Complementary color
Monochromatic Colors of #BB441B
Black with #BB441B
Text Example
Text Example
White with #BB441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB441B; }
p { color: rgb(187,68,27); }
H1.HeaderClassName
{
color: #BB441B;
}
.AnyTagClassName
{
color: #BB441B;
}
</style>
background-color css
<style>
a { background-color: #BB441B; }
a { background-color: rgb(187,68,27); }
div.DivClassName
{
background-color: #BB441B;
}
.BgClassName
{
background-color: #BB441B;
}
</style>
border-color css
<style>
span { border-color: #BB441B; }
span { border-color: rgb(187,68,27); }
td.TdClassName
{
border-color: #BB441B;
}
.TagClassName
{
border-color: #BB441B;
}
</style>