Shades of Rust #B8421E
Tints of Rust #B8421E
RGB
CMYK
RGB Variations
Color information
#B8421E (or 0xB8421E) is known color: Rust. HEX triplet: B8, 42 and 1E. RGB value is (184,66,30). Sum of RGB (Red+Green+Blue) = 184+66+30=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8421E is #47BDE1. Grayscale: #616161. Windows color (decimal): -4701666 or 1983160. OLE color: 1983160.
HSL color Cylindrical-coordinate representation of color #B8421E: hue angle of 14.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8421E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 30 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.28 |
| HSL | 14.03º | 0.72% | 0.42% | - |
| HSV(B) | 14.03º | 0.84% | 0.72% | - |
| XYZ | 21.95 | 14.18 | 2.81 | - |
| YUV | 97.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 30 | 0 | 0.64 | 0.84 | 0.28 | 14.03 | 0.72 | 0.42 |
| Hex | B8 | 42 | 1E | 0 | 40 | 54 | 1C | E | 48 | 2A |
| Octal | 270 | 102 | 36 | 0 | 100 | 124 | 34 | 16 | 110 | 52 |
| Binary | 10111000 | 1000010 | 11110 | 0 | 1000000 | 1010100 | 11100 | 1110 | 1001000 | 101010 |
Color Harmonies of #B8421E
Complementary color
Monochromatic Colors of #B8421E
Black with #B8421E
Text Example
Text Example
White with #B8421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8421E; }
p { color: rgb(184,66,30); }
H1.HeaderClassName
{
color: #B8421E;
}
.AnyTagClassName
{
color: #B8421E;
}
</style>
background-color css
<style>
a { background-color: #B8421E; }
a { background-color: rgb(184,66,30); }
div.DivClassName
{
background-color: #B8421E;
}
.BgClassName
{
background-color: #B8421E;
}
</style>
border-color css
<style>
span { border-color: #B8421E; }
span { border-color: rgb(184,66,30); }
td.TdClassName
{
border-color: #B8421E;
}
.TagClassName
{
border-color: #B8421E;
}
</style>