Shades of Rust #B84810
Tints of Rust #B84810
RGB
CMYK
RGB Variations
Color information
#B84810 (or 0xB84810) is known color: Rust. HEX triplet: B8, 48 and 10. RGB value is (184,72,16). Sum of RGB (Red+Green+Blue) = 184+72+16=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84810 is #47B7EF. Grayscale: #636363. Windows color (decimal): -4700144 or 1067192. OLE color: 1067192.
HSL color Cylindrical-coordinate representation of color #B84810: hue angle of 20º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B84810 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.28 |
| HSL | 20º | 0.84% | 0.39% | - |
| HSV(B) | 20º | 0.91% | 0.72% | - |
| XYZ | 22.18 | 14.86 | 2.19 | - |
| YUV | 99.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 16 | 0 | 0.61 | 0.91 | 0.28 | 20 | 0.84 | 0.39 |
| Hex | B8 | 48 | 10 | 0 | 3D | 5B | 1C | 14 | 54 | 27 |
| Octal | 270 | 110 | 20 | 0 | 75 | 133 | 34 | 24 | 124 | 47 |
| Binary | 10111000 | 1001000 | 10000 | 0 | 111101 | 1011011 | 11100 | 10100 | 1010100 | 100111 |
Color Harmonies of #B84810
Complementary color
Monochromatic Colors of #B84810
Black with #B84810
Text Example
Text Example
White with #B84810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84810; }
p { color: rgb(184,72,16); }
H1.HeaderClassName
{
color: #B84810;
}
.AnyTagClassName
{
color: #B84810;
}
</style>
background-color css
<style>
a { background-color: #B84810; }
a { background-color: rgb(184,72,16); }
div.DivClassName
{
background-color: #B84810;
}
.BgClassName
{
background-color: #B84810;
}
</style>
border-color css
<style>
span { border-color: #B84810; }
span { border-color: rgb(184,72,16); }
td.TdClassName
{
border-color: #B84810;
}
.TagClassName
{
border-color: #B84810;
}
</style>