Shades of Rust #BB461A
Tints of Rust #BB461A
RGB
CMYK
RGB Variations
Color information
#BB461A (or 0xBB461A) is known color: Rust. HEX triplet: BB, 46 and 1A. RGB value is (187,70,26). Sum of RGB (Red+Green+Blue) = 187+70+26=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB461A is #44B9E5. Grayscale: #646464. Windows color (decimal): -4504038 or 1722043. OLE color: 1722043.
HSL color Cylindrical-coordinate representation of color #BB461A: hue angle of 16.4º 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 #BB461A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.27 |
| HSL | 16.4º | 0.76% | 0.42% | - |
| HSV(B) | 16.4º | 0.86% | 0.73% | - |
| XYZ | 22.87 | 15.02 | 2.67 | - |
| YUV | 99.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 26 | 0 | 0.63 | 0.86 | 0.27 | 16.4 | 0.76 | 0.42 |
| Hex | BB | 46 | 1A | 0 | 3F | 56 | 1B | 10 | 4C | 2A |
| Octal | 273 | 106 | 32 | 0 | 77 | 126 | 33 | 20 | 114 | 52 |
| Binary | 10111011 | 1000110 | 11010 | 0 | 111111 | 1010110 | 11011 | 10000 | 1001100 | 101010 |
Color Harmonies of #BB461A
Complementary color
Monochromatic Colors of #BB461A
Black with #BB461A
Text Example
Text Example
White with #BB461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB461A; }
p { color: rgb(187,70,26); }
H1.HeaderClassName
{
color: #BB461A;
}
.AnyTagClassName
{
color: #BB461A;
}
</style>
background-color css
<style>
a { background-color: #BB461A; }
a { background-color: rgb(187,70,26); }
div.DivClassName
{
background-color: #BB461A;
}
.BgClassName
{
background-color: #BB461A;
}
</style>
border-color css
<style>
span { border-color: #BB461A; }
span { border-color: rgb(187,70,26); }
td.TdClassName
{
border-color: #BB461A;
}
.TagClassName
{
border-color: #BB461A;
}
</style>