Shades of Rust #BB451A
Tints of Rust #BB451A
RGB
CMYK
RGB Variations
Color information
#BB451A (or 0xBB451A) is known color: Rust. HEX triplet: BB, 45 and 1A. RGB value is (187,69,26). Sum of RGB (Red+Green+Blue) = 187+69+26=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB451A is #44BAE5. Grayscale: #636363. Windows color (decimal): -4504294 or 1721787. OLE color: 1721787.
HSL color Cylindrical-coordinate representation of color #BB451A: hue angle of 16.02º 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 #BB451A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.27 |
| HSL | 16.02º | 0.76% | 0.42% | - |
| HSV(B) | 16.02º | 0.86% | 0.73% | - |
| XYZ | 22.81 | 14.9 | 2.65 | - |
| YUV | 99.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 26 | 0 | 0.63 | 0.86 | 0.27 | 16.02 | 0.76 | 0.42 |
| Hex | BB | 45 | 1A | 0 | 3F | 56 | 1B | 10 | 4C | 2A |
| Octal | 273 | 105 | 32 | 0 | 77 | 126 | 33 | 20 | 114 | 52 |
| Binary | 10111011 | 1000101 | 11010 | 0 | 111111 | 1010110 | 11011 | 10000 | 1001100 | 101010 |
Color Harmonies of #BB451A
Complementary color
Monochromatic Colors of #BB451A
Black with #BB451A
Text Example
Text Example
White with #BB451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB451A; }
p { color: rgb(187,69,26); }
H1.HeaderClassName
{
color: #BB451A;
}
.AnyTagClassName
{
color: #BB451A;
}
</style>
background-color css
<style>
a { background-color: #BB451A; }
a { background-color: rgb(187,69,26); }
div.DivClassName
{
background-color: #BB451A;
}
.BgClassName
{
background-color: #BB451A;
}
</style>
border-color css
<style>
span { border-color: #BB451A; }
span { border-color: rgb(187,69,26); }
td.TdClassName
{
border-color: #BB451A;
}
.TagClassName
{
border-color: #BB451A;
}
</style>