Shades of Rust #BB3005
Tints of Rust #BB3005
RGB
CMYK
RGB Variations
Color information
#BB3005 (or 0xBB3005) is known color: Rust. HEX triplet: BB, 30 and 05. RGB value is (187,48,5). Sum of RGB (Red+Green+Blue) = 187+48+5=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3005 is #44CFFA. Grayscale: #545454. Windows color (decimal): -4509691 or 340155. OLE color: 340155.
HSL color Cylindrical-coordinate representation of color #BB3005: hue angle of 14.18º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB3005 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.27 |
| HSL | 14.18º | 0.95% | 0.38% | - |
| HSV(B) | 14.18º | 0.97% | 0.73% | - |
| XYZ | 21.58 | 12.69 | 1.46 | - |
| YUV | 84.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 5 | 0 | 0.74 | 0.97 | 0.27 | 14.18 | 0.95 | 0.38 |
| Hex | BB | 30 | 5 | 0 | 4A | 61 | 1B | E | 5F | 26 |
| Octal | 273 | 60 | 5 | 0 | 112 | 141 | 33 | 16 | 137 | 46 |
| Binary | 10111011 | 110000 | 101 | 0 | 1001010 | 1100001 | 11011 | 1110 | 1011111 | 100110 |
Color Harmonies of #BB3005
Complementary color
Monochromatic Colors of #BB3005
Black with #BB3005
Text Example
Text Example
White with #BB3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3005; }
p { color: rgb(187,48,5); }
H1.HeaderClassName
{
color: #BB3005;
}
.AnyTagClassName
{
color: #BB3005;
}
</style>
background-color css
<style>
a { background-color: #BB3005; }
a { background-color: rgb(187,48,5); }
div.DivClassName
{
background-color: #BB3005;
}
.BgClassName
{
background-color: #BB3005;
}
</style>
border-color css
<style>
span { border-color: #BB3005; }
span { border-color: rgb(187,48,5); }
td.TdClassName
{
border-color: #BB3005;
}
.TagClassName
{
border-color: #BB3005;
}
</style>