Shades of Rust #B8421D
Tints of Rust #B8421D
RGB
CMYK
RGB Variations
Color information
#B8421D (or 0xB8421D) is known color: Rust. HEX triplet: B8, 42 and 1D. RGB value is (184,66,29). Sum of RGB (Red+Green+Blue) = 184+66+29=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8421D is #47BDE2. Grayscale: #616161. Windows color (decimal): -4701667 or 1917624. OLE color: 1917624.
HSL color Cylindrical-coordinate representation of color #B8421D: hue angle of 14.32º degrees, saturation: 0.73, 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 #B8421D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.28 |
| HSL | 14.32º | 0.73% | 0.42% | - |
| HSV(B) | 14.32º | 0.84% | 0.72% | - |
| XYZ | 21.94 | 14.18 | 2.74 | - |
| YUV | 97.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 29 | 0 | 0.64 | 0.84 | 0.28 | 14.32 | 0.73 | 0.42 |
| Hex | B8 | 42 | 1D | 0 | 40 | 54 | 1C | E | 49 | 2A |
| Octal | 270 | 102 | 35 | 0 | 100 | 124 | 34 | 16 | 111 | 52 |
| Binary | 10111000 | 1000010 | 11101 | 0 | 1000000 | 1010100 | 11100 | 1110 | 1001001 | 101010 |
Color Harmonies of #B8421D
Complementary color
Monochromatic Colors of #B8421D
Black with #B8421D
Text Example
Text Example
White with #B8421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8421D; }
p { color: rgb(184,66,29); }
H1.HeaderClassName
{
color: #B8421D;
}
.AnyTagClassName
{
color: #B8421D;
}
</style>
background-color css
<style>
a { background-color: #B8421D; }
a { background-color: rgb(184,66,29); }
div.DivClassName
{
background-color: #B8421D;
}
.BgClassName
{
background-color: #B8421D;
}
</style>
border-color css
<style>
span { border-color: #B8421D; }
span { border-color: rgb(184,66,29); }
td.TdClassName
{
border-color: #B8421D;
}
.TagClassName
{
border-color: #B8421D;
}
</style>