Shades of Rust #BB340C
Tints of Rust #BB340C
RGB
CMYK
RGB Variations
Color information
#BB340C (or 0xBB340C) is known color: Rust. HEX triplet: BB, 34 and 0C. RGB value is (187,52,12). Sum of RGB (Red+Green+Blue) = 187+52+12=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB340C is #44CBF3. Grayscale: #585858. Windows color (decimal): -4508660 or 799931. OLE color: 799931.
HSL color Cylindrical-coordinate representation of color #BB340C: hue angle of 13.71º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB340C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.27 |
| HSL | 13.71º | 0.88% | 0.39% | - |
| HSV(B) | 13.71º | 0.94% | 0.73% | - |
| XYZ | 21.79 | 13.05 | 1.72 | - |
| YUV | 87.81 | 85.23 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 12 | 0 | 0.72 | 0.94 | 0.27 | 13.71 | 0.88 | 0.39 |
| Hex | BB | 34 | C | 0 | 48 | 5E | 1B | E | 58 | 27 |
| Octal | 273 | 64 | 14 | 0 | 110 | 136 | 33 | 16 | 130 | 47 |
| Binary | 10111011 | 110100 | 1100 | 0 | 1001000 | 1011110 | 11011 | 1110 | 1011000 | 100111 |
Color Harmonies of #BB340C
Complementary color
Monochromatic Colors of #BB340C
Black with #BB340C
Text Example
Text Example
White with #BB340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB340C; }
p { color: rgb(187,52,12); }
H1.HeaderClassName
{
color: #BB340C;
}
.AnyTagClassName
{
color: #BB340C;
}
</style>
background-color css
<style>
a { background-color: #BB340C; }
a { background-color: rgb(187,52,12); }
div.DivClassName
{
background-color: #BB340C;
}
.BgClassName
{
background-color: #BB340C;
}
</style>
border-color css
<style>
span { border-color: #BB340C; }
span { border-color: rgb(187,52,12); }
td.TdClassName
{
border-color: #BB340C;
}
.TagClassName
{
border-color: #BB340C;
}
</style>