Shades of Rust #B8350E
Tints of Rust #B8350E
RGB
CMYK
RGB Variations
Color information
#B8350E (or 0xB8350E) is known color: Rust. HEX triplet: B8, 35 and 0E. RGB value is (184,53,14). Sum of RGB (Red+Green+Blue) = 184+53+14=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8350E is #47CAF1. Grayscale: #585858. Windows color (decimal): -4705010 or 931256. OLE color: 931256.
HSL color Cylindrical-coordinate representation of color #B8350E: hue angle of 13.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8350E is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 14 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.28 |
| HSL | 13.76º | 0.86% | 0.39% | - |
| HSV(B) | 13.76º | 0.92% | 0.72% | - |
| XYZ | 21.12 | 12.77 | 1.77 | - |
| YUV | 87.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 14 | 0 | 0.71 | 0.92 | 0.28 | 13.76 | 0.86 | 0.39 |
| Hex | B8 | 35 | E | 0 | 47 | 5C | 1C | E | 56 | 27 |
| Octal | 270 | 65 | 16 | 0 | 107 | 134 | 34 | 16 | 126 | 47 |
| Binary | 10111000 | 110101 | 1110 | 0 | 1000111 | 1011100 | 11100 | 1110 | 1010110 | 100111 |
Color Harmonies of #B8350E
Complementary color
Monochromatic Colors of #B8350E
Black with #B8350E
Text Example
Text Example
White with #B8350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8350E; }
p { color: rgb(184,53,14); }
H1.HeaderClassName
{
color: #B8350E;
}
.AnyTagClassName
{
color: #B8350E;
}
</style>
background-color css
<style>
a { background-color: #B8350E; }
a { background-color: rgb(184,53,14); }
div.DivClassName
{
background-color: #B8350E;
}
.BgClassName
{
background-color: #B8350E;
}
</style>
border-color css
<style>
span { border-color: #B8350E; }
span { border-color: rgb(184,53,14); }
td.TdClassName
{
border-color: #B8350E;
}
.TagClassName
{
border-color: #B8350E;
}
</style>