Shades of Rust #BB450D
Tints of Rust #BB450D
RGB
CMYK
RGB Variations
Color information
#BB450D (or 0xBB450D) is known color: Rust. HEX triplet: BB, 45 and 0D. RGB value is (187,69,13). Sum of RGB (Red+Green+Blue) = 187+69+13=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB450D is #44BAF2. Grayscale: #626262. Windows color (decimal): -4504307 or 869819. OLE color: 869819.
HSL color Cylindrical-coordinate representation of color #BB450D: hue angle of 19.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB450D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.27 |
| HSL | 19.31º | 0.87% | 0.39% | - |
| HSV(B) | 19.31º | 0.93% | 0.73% | - |
| XYZ | 22.69 | 14.85 | 2.05 | - |
| YUV | 97.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 13 | 0 | 0.63 | 0.93 | 0.27 | 19.31 | 0.87 | 0.39 |
| Hex | BB | 45 | D | 0 | 3F | 5D | 1B | 13 | 57 | 27 |
| Octal | 273 | 105 | 15 | 0 | 77 | 135 | 33 | 23 | 127 | 47 |
| Binary | 10111011 | 1000101 | 1101 | 0 | 111111 | 1011101 | 11011 | 10011 | 1010111 | 100111 |
Color Harmonies of #BB450D
Complementary color
Monochromatic Colors of #BB450D
Black with #BB450D
Text Example
Text Example
White with #BB450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB450D; }
p { color: rgb(187,69,13); }
H1.HeaderClassName
{
color: #BB450D;
}
.AnyTagClassName
{
color: #BB450D;
}
</style>
background-color css
<style>
a { background-color: #BB450D; }
a { background-color: rgb(187,69,13); }
div.DivClassName
{
background-color: #BB450D;
}
.BgClassName
{
background-color: #BB450D;
}
</style>
border-color css
<style>
span { border-color: #BB450D; }
span { border-color: rgb(187,69,13); }
td.TdClassName
{
border-color: #BB450D;
}
.TagClassName
{
border-color: #BB450D;
}
</style>