Shades of Rust #BB441F
Tints of Rust #BB441F
RGB
CMYK
RGB Variations
Color information
#BB441F (or 0xBB441F) is known color: Rust. HEX triplet: BB, 44 and 1F. RGB value is (187,68,31). Sum of RGB (Red+Green+Blue) = 187+68+31=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB441F is #44BBE0. Grayscale: #636363. Windows color (decimal): -4504545 or 2049211. OLE color: 2049211.
HSL color Cylindrical-coordinate representation of color #BB441F: hue angle of 14.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB441F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.27 |
| HSL | 14.23º | 0.72% | 0.43% | - |
| HSV(B) | 14.23º | 0.83% | 0.73% | - |
| XYZ | 22.81 | 14.8 | 2.95 | - |
| YUV | 99.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 31 | 0 | 0.64 | 0.83 | 0.27 | 14.23 | 0.72 | 0.43 |
| Hex | BB | 44 | 1F | 0 | 40 | 53 | 1B | E | 48 | 2B |
| Octal | 273 | 104 | 37 | 0 | 100 | 123 | 33 | 16 | 110 | 53 |
| Binary | 10111011 | 1000100 | 11111 | 0 | 1000000 | 1010011 | 11011 | 1110 | 1001000 | 101011 |
Color Harmonies of #BB441F
Complementary color
Monochromatic Colors of #BB441F
Black with #BB441F
Text Example
Text Example
White with #BB441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB441F; }
p { color: rgb(187,68,31); }
H1.HeaderClassName
{
color: #BB441F;
}
.AnyTagClassName
{
color: #BB441F;
}
</style>
background-color css
<style>
a { background-color: #BB441F; }
a { background-color: rgb(187,68,31); }
div.DivClassName
{
background-color: #BB441F;
}
.BgClassName
{
background-color: #BB441F;
}
</style>
border-color css
<style>
span { border-color: #BB441F; }
span { border-color: rgb(187,68,31); }
td.TdClassName
{
border-color: #BB441F;
}
.TagClassName
{
border-color: #BB441F;
}
</style>