Shades of Rust #B8340C
Tints of Rust #B8340C
RGB
CMYK
RGB Variations
Color information
#B8340C (or 0xB8340C) is known color: Rust. HEX triplet: B8, 34 and 0C. RGB value is (184,52,12). Sum of RGB (Red+Green+Blue) = 184+52+12=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8340C is #47CBF3. Grayscale: #575757. Windows color (decimal): -4705268 or 799928. OLE color: 799928.
HSL color Cylindrical-coordinate representation of color #B8340C: hue angle of 13.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8340C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.28 |
| HSL | 13.95º | 0.88% | 0.38% | - |
| HSV(B) | 13.95º | 0.93% | 0.72% | - |
| XYZ | 21.06 | 12.67 | 1.68 | - |
| YUV | 86.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 12 | 0 | 0.72 | 0.93 | 0.28 | 13.95 | 0.88 | 0.38 |
| Hex | B8 | 34 | C | 0 | 48 | 5D | 1C | E | 58 | 26 |
| Octal | 270 | 64 | 14 | 0 | 110 | 135 | 34 | 16 | 130 | 46 |
| Binary | 10111000 | 110100 | 1100 | 0 | 1001000 | 1011101 | 11100 | 1110 | 1011000 | 100110 |
Color Harmonies of #B8340C
Complementary color
Monochromatic Colors of #B8340C
Black with #B8340C
Text Example
Text Example
White with #B8340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8340C; }
p { color: rgb(184,52,12); }
H1.HeaderClassName
{
color: #B8340C;
}
.AnyTagClassName
{
color: #B8340C;
}
</style>
background-color css
<style>
a { background-color: #B8340C; }
a { background-color: rgb(184,52,12); }
div.DivClassName
{
background-color: #B8340C;
}
.BgClassName
{
background-color: #B8340C;
}
</style>
border-color css
<style>
span { border-color: #B8340C; }
span { border-color: rgb(184,52,12); }
td.TdClassName
{
border-color: #B8340C;
}
.TagClassName
{
border-color: #B8340C;
}
</style>