Shades of Rust #BB461B
Tints of Rust #BB461B
RGB
CMYK
RGB Variations
Color information
#BB461B (or 0xBB461B) is known color: Rust. HEX triplet: BB, 46 and 1B. RGB value is (187,70,27). Sum of RGB (Red+Green+Blue) = 187+70+27=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB461B is #44B9E4. Grayscale: #646464. Windows color (decimal): -4504037 or 1787579. OLE color: 1787579.
HSL color Cylindrical-coordinate representation of color #BB461B: hue angle of 16.12º 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 #BB461B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.27 |
| HSL | 16.13º | 0.75% | 0.42% | - |
| HSV(B) | 16.13º | 0.86% | 0.73% | - |
| XYZ | 22.88 | 15.02 | 2.73 | - |
| YUV | 100.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 27 | 0 | 0.63 | 0.86 | 0.27 | 16.13 | 0.75 | 0.42 |
| Hex | BB | 46 | 1B | 0 | 3F | 56 | 1B | 10 | 4B | 2A |
| Octal | 273 | 106 | 33 | 0 | 77 | 126 | 33 | 20 | 113 | 52 |
| Binary | 10111011 | 1000110 | 11011 | 0 | 111111 | 1010110 | 11011 | 10000 | 1001011 | 101010 |
Color Harmonies of #BB461B
Complementary color
Monochromatic Colors of #BB461B
Black with #BB461B
Text Example
Text Example
White with #BB461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB461B; }
p { color: rgb(187,70,27); }
H1.HeaderClassName
{
color: #BB461B;
}
.AnyTagClassName
{
color: #BB461B;
}
</style>
background-color css
<style>
a { background-color: #BB461B; }
a { background-color: rgb(187,70,27); }
div.DivClassName
{
background-color: #BB461B;
}
.BgClassName
{
background-color: #BB461B;
}
</style>
border-color css
<style>
span { border-color: #BB461B; }
span { border-color: rgb(187,70,27); }
td.TdClassName
{
border-color: #BB461B;
}
.TagClassName
{
border-color: #BB461B;
}
</style>