Shades of Rust #BB4409
Tints of Rust #BB4409
RGB
CMYK
RGB Variations
Color information
#BB4409 (or 0xBB4409) is known color: Rust. HEX triplet: BB, 44 and 09. RGB value is (187,68,9). Sum of RGB (Red+Green+Blue) = 187+68+9=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4409 is #44BBF6. Grayscale: #616161. Windows color (decimal): -4504567 or 607419. OLE color: 607419.
HSL color Cylindrical-coordinate representation of color #BB4409: hue angle of 19.89º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4409 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.27 |
| HSL | 19.89º | 0.91% | 0.38% | - |
| HSV(B) | 19.89º | 0.95% | 0.73% | - |
| XYZ | 22.61 | 14.72 | 1.91 | - |
| YUV | 96.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 9 | 0 | 0.64 | 0.95 | 0.27 | 19.89 | 0.91 | 0.38 |
| Hex | BB | 44 | 9 | 0 | 40 | 5F | 1B | 14 | 5B | 26 |
| Octal | 273 | 104 | 11 | 0 | 100 | 137 | 33 | 24 | 133 | 46 |
| Binary | 10111011 | 1000100 | 1001 | 0 | 1000000 | 1011111 | 11011 | 10100 | 1011011 | 100110 |
Color Harmonies of #BB4409
Complementary color
Monochromatic Colors of #BB4409
Black with #BB4409
Text Example
Text Example
White with #BB4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4409; }
p { color: rgb(187,68,9); }
H1.HeaderClassName
{
color: #BB4409;
}
.AnyTagClassName
{
color: #BB4409;
}
</style>
background-color css
<style>
a { background-color: #BB4409; }
a { background-color: rgb(187,68,9); }
div.DivClassName
{
background-color: #BB4409;
}
.BgClassName
{
background-color: #BB4409;
}
</style>
border-color css
<style>
span { border-color: #BB4409; }
span { border-color: rgb(187,68,9); }
td.TdClassName
{
border-color: #BB4409;
}
.TagClassName
{
border-color: #BB4409;
}
</style>