Shades of Rust #BB441A
Tints of Rust #BB441A
RGB
CMYK
RGB Variations
Color information
#BB441A (or 0xBB441A) is known color: Rust. HEX triplet: BB, 44 and 1A. RGB value is (187,68,26). Sum of RGB (Red+Green+Blue) = 187+68+26=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB441A is #44BBE5. Grayscale: #636363. Windows color (decimal): -4504550 or 1721531. OLE color: 1721531.
HSL color Cylindrical-coordinate representation of color #BB441A: hue angle of 15.65º degrees, saturation: 0.76, 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 #BB441A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.27 |
| HSL | 15.65º | 0.76% | 0.42% | - |
| HSV(B) | 15.65º | 0.86% | 0.73% | - |
| XYZ | 22.75 | 14.77 | 2.63 | - |
| YUV | 98.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 26 | 0 | 0.64 | 0.86 | 0.27 | 15.65 | 0.76 | 0.42 |
| Hex | BB | 44 | 1A | 0 | 40 | 56 | 1B | 10 | 4C | 2A |
| Octal | 273 | 104 | 32 | 0 | 100 | 126 | 33 | 20 | 114 | 52 |
| Binary | 10111011 | 1000100 | 11010 | 0 | 1000000 | 1010110 | 11011 | 10000 | 1001100 | 101010 |
Color Harmonies of #BB441A
Complementary color
Monochromatic Colors of #BB441A
Black with #BB441A
Text Example
Text Example
White with #BB441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB441A; }
p { color: rgb(187,68,26); }
H1.HeaderClassName
{
color: #BB441A;
}
.AnyTagClassName
{
color: #BB441A;
}
</style>
background-color css
<style>
a { background-color: #BB441A; }
a { background-color: rgb(187,68,26); }
div.DivClassName
{
background-color: #BB441A;
}
.BgClassName
{
background-color: #BB441A;
}
</style>
border-color css
<style>
span { border-color: #BB441A; }
span { border-color: rgb(187,68,26); }
td.TdClassName
{
border-color: #BB441A;
}
.TagClassName
{
border-color: #BB441A;
}
</style>