Shades of Rust #B8340D
Tints of Rust #B8340D
RGB
CMYK
RGB Variations
Color information
#B8340D (or 0xB8340D) is known color: Rust. HEX triplet: B8, 34 and 0D. RGB value is (184,52,13). Sum of RGB (Red+Green+Blue) = 184+52+13=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8340D is #47CBF2. Grayscale: #575757. Windows color (decimal): -4705267 or 865464. OLE color: 865464.
HSL color Cylindrical-coordinate representation of color #B8340D: hue angle of 13.68º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8340D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.28 |
| HSL | 13.68º | 0.87% | 0.39% | - |
| HSV(B) | 13.68º | 0.93% | 0.72% | - |
| XYZ | 21.07 | 12.68 | 1.72 | - |
| YUV | 87.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 13 | 0 | 0.72 | 0.93 | 0.28 | 13.68 | 0.87 | 0.39 |
| Hex | B8 | 34 | D | 0 | 48 | 5D | 1C | E | 57 | 27 |
| Octal | 270 | 64 | 15 | 0 | 110 | 135 | 34 | 16 | 127 | 47 |
| Binary | 10111000 | 110100 | 1101 | 0 | 1001000 | 1011101 | 11100 | 1110 | 1010111 | 100111 |
Color Harmonies of #B8340D
Complementary color
Monochromatic Colors of #B8340D
Black with #B8340D
Text Example
Text Example
White with #B8340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8340D; }
p { color: rgb(184,52,13); }
H1.HeaderClassName
{
color: #B8340D;
}
.AnyTagClassName
{
color: #B8340D;
}
</style>
background-color css
<style>
a { background-color: #B8340D; }
a { background-color: rgb(184,52,13); }
div.DivClassName
{
background-color: #B8340D;
}
.BgClassName
{
background-color: #B8340D;
}
</style>
border-color css
<style>
span { border-color: #B8340D; }
span { border-color: rgb(184,52,13); }
td.TdClassName
{
border-color: #B8340D;
}
.TagClassName
{
border-color: #B8340D;
}
</style>