Shades of Rust #BB530E
Tints of Rust #BB530E
RGB
CMYK
RGB Variations
Color information
#BB530E (or 0xBB530E) is known color: Rust. HEX triplet: BB, 53 and 0E. RGB value is (187,83,14). Sum of RGB (Red+Green+Blue) = 187+83+14=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB530E is #44ACF1. Grayscale: #6A6A6A. Windows color (decimal): -4500722 or 938939. OLE color: 938939.
HSL color Cylindrical-coordinate representation of color #BB530E: hue angle of 23.93º degrees, saturation: 0.86, 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 #BB530E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.27 |
| HSL | 23.93º | 0.86% | 0.39% | - |
| HSV(B) | 23.93º | 0.93% | 0.73% | - |
| XYZ | 23.67 | 16.78 | 2.41 | - |
| YUV | 106.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 14 | 0 | 0.56 | 0.93 | 0.27 | 23.93 | 0.86 | 0.39 |
| Hex | BB | 53 | E | 0 | 38 | 5D | 1B | 18 | 56 | 27 |
| Octal | 273 | 123 | 16 | 0 | 70 | 135 | 33 | 30 | 126 | 47 |
| Binary | 10111011 | 1010011 | 1110 | 0 | 111000 | 1011101 | 11011 | 11000 | 1010110 | 100111 |
Color Harmonies of #BB530E
Complementary color
Monochromatic Colors of #BB530E
Black with #BB530E
Text Example
Text Example
White with #BB530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB530E; }
p { color: rgb(187,83,14); }
H1.HeaderClassName
{
color: #BB530E;
}
.AnyTagClassName
{
color: #BB530E;
}
</style>
background-color css
<style>
a { background-color: #BB530E; }
a { background-color: rgb(187,83,14); }
div.DivClassName
{
background-color: #BB530E;
}
.BgClassName
{
background-color: #BB530E;
}
</style>
border-color css
<style>
span { border-color: #BB530E; }
span { border-color: rgb(187,83,14); }
td.TdClassName
{
border-color: #BB530E;
}
.TagClassName
{
border-color: #BB530E;
}
</style>