Shades of Rust #B8431D
Tints of Rust #B8431D
RGB
CMYK
RGB Variations
Color information
#B8431D (or 0xB8431D) is known color: Rust. HEX triplet: B8, 43 and 1D. RGB value is (184,67,29). Sum of RGB (Red+Green+Blue) = 184+67+29=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8431D is #47BCE2. Grayscale: #616161. Windows color (decimal): -4701411 or 1917880. OLE color: 1917880.
HSL color Cylindrical-coordinate representation of color #B8431D: hue angle of 14.71º 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 #B8431D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.28 |
| HSL | 14.71º | 0.73% | 0.42% | - |
| HSV(B) | 14.71º | 0.84% | 0.72% | - |
| XYZ | 22 | 14.29 | 2.76 | - |
| YUV | 97.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 29 | 0 | 0.64 | 0.84 | 0.28 | 14.71 | 0.73 | 0.42 |
| Hex | B8 | 43 | 1D | 0 | 40 | 54 | 1C | F | 49 | 2A |
| Octal | 270 | 103 | 35 | 0 | 100 | 124 | 34 | 17 | 111 | 52 |
| Binary | 10111000 | 1000011 | 11101 | 0 | 1000000 | 1010100 | 11100 | 1111 | 1001001 | 101010 |
Color Harmonies of #B8431D
Complementary color
Monochromatic Colors of #B8431D
Black with #B8431D
Text Example
Text Example
White with #B8431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8431D; }
p { color: rgb(184,67,29); }
H1.HeaderClassName
{
color: #B8431D;
}
.AnyTagClassName
{
color: #B8431D;
}
</style>
background-color css
<style>
a { background-color: #B8431D; }
a { background-color: rgb(184,67,29); }
div.DivClassName
{
background-color: #B8431D;
}
.BgClassName
{
background-color: #B8431D;
}
</style>
border-color css
<style>
span { border-color: #B8431D; }
span { border-color: rgb(184,67,29); }
td.TdClassName
{
border-color: #B8431D;
}
.TagClassName
{
border-color: #B8431D;
}
</style>