Shades of Rust #B8350C
Tints of Rust #B8350C
RGB
CMYK
RGB Variations
Color information
#B8350C (or 0xB8350C) is known color: Rust. HEX triplet: B8, 35 and 0C. RGB value is (184,53,12). Sum of RGB (Red+Green+Blue) = 184+53+12=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8350C is #47CAF3. Grayscale: #575757. Windows color (decimal): -4705012 or 800184. OLE color: 800184.
HSL color Cylindrical-coordinate representation of color #B8350C: hue angle of 14.3º 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 #B8350C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 12 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.28 |
| HSL | 14.3º | 0.88% | 0.38% | - |
| HSV(B) | 14.3º | 0.93% | 0.72% | - |
| XYZ | 21.11 | 12.76 | 1.7 | - |
| YUV | 87.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 12 | 0 | 0.71 | 0.93 | 0.28 | 14.3 | 0.88 | 0.38 |
| Hex | B8 | 35 | C | 0 | 47 | 5D | 1C | E | 58 | 26 |
| Octal | 270 | 65 | 14 | 0 | 107 | 135 | 34 | 16 | 130 | 46 |
| Binary | 10111000 | 110101 | 1100 | 0 | 1000111 | 1011101 | 11100 | 1110 | 1011000 | 100110 |
Color Harmonies of #B8350C
Complementary color
Monochromatic Colors of #B8350C
Black with #B8350C
Text Example
Text Example
White with #B8350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8350C; }
p { color: rgb(184,53,12); }
H1.HeaderClassName
{
color: #B8350C;
}
.AnyTagClassName
{
color: #B8350C;
}
</style>
background-color css
<style>
a { background-color: #B8350C; }
a { background-color: rgb(184,53,12); }
div.DivClassName
{
background-color: #B8350C;
}
.BgClassName
{
background-color: #B8350C;
}
</style>
border-color css
<style>
span { border-color: #B8350C; }
span { border-color: rgb(184,53,12); }
td.TdClassName
{
border-color: #B8350C;
}
.TagClassName
{
border-color: #B8350C;
}
</style>