Shades of Rust #B8471C
Tints of Rust #B8471C
RGB
CMYK
RGB Variations
Color information
#B8471C (or 0xB8471C) is known color: Rust. HEX triplet: B8, 47 and 1C. RGB value is (184,71,28). Sum of RGB (Red+Green+Blue) = 184+71+28=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8471C is #47B8E3. Grayscale: #646464. Windows color (decimal): -4700388 or 1853368. OLE color: 1853368.
HSL color Cylindrical-coordinate representation of color #B8471C: hue angle of 16.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8471C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.28 |
| HSL | 16.54º | 0.74% | 0.42% | - |
| HSV(B) | 16.54º | 0.85% | 0.72% | - |
| XYZ | 22.23 | 14.78 | 2.78 | - |
| YUV | 99.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 28 | 0 | 0.61 | 0.85 | 0.28 | 16.54 | 0.74 | 0.42 |
| Hex | B8 | 47 | 1C | 0 | 3D | 55 | 1C | 11 | 4A | 2A |
| Octal | 270 | 107 | 34 | 0 | 75 | 125 | 34 | 21 | 112 | 52 |
| Binary | 10111000 | 1000111 | 11100 | 0 | 111101 | 1010101 | 11100 | 10001 | 1001010 | 101010 |
Color Harmonies of #B8471C
Complementary color
Monochromatic Colors of #B8471C
Black with #B8471C
Text Example
Text Example
White with #B8471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8471C; }
p { color: rgb(184,71,28); }
H1.HeaderClassName
{
color: #B8471C;
}
.AnyTagClassName
{
color: #B8471C;
}
</style>
background-color css
<style>
a { background-color: #B8471C; }
a { background-color: rgb(184,71,28); }
div.DivClassName
{
background-color: #B8471C;
}
.BgClassName
{
background-color: #B8471C;
}
</style>
border-color css
<style>
span { border-color: #B8471C; }
span { border-color: rgb(184,71,28); }
td.TdClassName
{
border-color: #B8471C;
}
.TagClassName
{
border-color: #B8471C;
}
</style>