Shades of Rust #B8391B
Tints of Rust #B8391B
RGB
CMYK
RGB Variations
Color information
#B8391B (or 0xB8391B) is known color: Rust. HEX triplet: B8, 39 and 1B. RGB value is (184,57,27). Sum of RGB (Red+Green+Blue) = 184+57+27=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8391B is #47C6E4. Grayscale: #5B5B5B. Windows color (decimal): -4703973 or 1784248. OLE color: 1784248.
HSL color Cylindrical-coordinate representation of color #B8391B: hue angle of 11.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8391B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.28 |
| HSL | 11.46º | 0.74% | 0.41% | - |
| HSV(B) | 11.46º | 0.85% | 0.72% | - |
| XYZ | 21.43 | 13.2 | 2.45 | - |
| YUV | 91.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 27 | 0 | 0.69 | 0.85 | 0.28 | 11.46 | 0.74 | 0.41 |
| Hex | B8 | 39 | 1B | 0 | 45 | 55 | 1C | B | 4A | 29 |
| Octal | 270 | 71 | 33 | 0 | 105 | 125 | 34 | 13 | 112 | 51 |
| Binary | 10111000 | 111001 | 11011 | 0 | 1000101 | 1010101 | 11100 | 1011 | 1001010 | 101001 |
Color Harmonies of #B8391B
Complementary color
Monochromatic Colors of #B8391B
Black with #B8391B
Text Example
Text Example
White with #B8391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8391B; }
p { color: rgb(184,57,27); }
H1.HeaderClassName
{
color: #B8391B;
}
.AnyTagClassName
{
color: #B8391B;
}
</style>
background-color css
<style>
a { background-color: #B8391B; }
a { background-color: rgb(184,57,27); }
div.DivClassName
{
background-color: #B8391B;
}
.BgClassName
{
background-color: #B8391B;
}
</style>
border-color css
<style>
span { border-color: #B8391B; }
span { border-color: rgb(184,57,27); }
td.TdClassName
{
border-color: #B8391B;
}
.TagClassName
{
border-color: #B8391B;
}
</style>