Shades of Rust #B84718
Tints of Rust #B84718
RGB
CMYK
RGB Variations
Color information
#B84718 (or 0xB84718) is known color: Rust. HEX triplet: B8, 47 and 18. RGB value is (184,71,24). Sum of RGB (Red+Green+Blue) = 184+71+24=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B84718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84718 is #47B8E7. Grayscale: #636363. Windows color (decimal): -4700392 or 1591224. OLE color: 1591224.
HSL color Cylindrical-coordinate representation of color #B84718: hue angle of 17.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B84718 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 24 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.28 |
| HSL | 17.63º | 0.77% | 0.41% | - |
| HSV(B) | 17.63º | 0.87% | 0.72% | - |
| XYZ | 22.19 | 14.76 | 2.54 | - |
| YUV | 99.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 24 | 0 | 0.61 | 0.87 | 0.28 | 17.63 | 0.77 | 0.41 |
| Hex | B8 | 47 | 18 | 0 | 3D | 57 | 1C | 12 | 4D | 29 |
| Octal | 270 | 107 | 30 | 0 | 75 | 127 | 34 | 22 | 115 | 51 |
| Binary | 10111000 | 1000111 | 11000 | 0 | 111101 | 1010111 | 11100 | 10010 | 1001101 | 101001 |
Color Harmonies of #B84718
Complementary color
Monochromatic Colors of #B84718
Black with #B84718
Text Example
Text Example
White with #B84718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84718; }
p { color: rgb(184,71,24); }
H1.HeaderClassName
{
color: #B84718;
}
.AnyTagClassName
{
color: #B84718;
}
</style>
background-color css
<style>
a { background-color: #B84718; }
a { background-color: rgb(184,71,24); }
div.DivClassName
{
background-color: #B84718;
}
.BgClassName
{
background-color: #B84718;
}
</style>
border-color css
<style>
span { border-color: #B84718; }
span { border-color: rgb(184,71,24); }
td.TdClassName
{
border-color: #B84718;
}
.TagClassName
{
border-color: #B84718;
}
</style>