Shades of Rust #B84819
Tints of Rust #B84819
RGB
CMYK
RGB Variations
Color information
#B84819 (or 0xB84819) is known color: Rust. HEX triplet: B8, 48 and 19. RGB value is (184,72,25). Sum of RGB (Red+Green+Blue) = 184+72+25=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B84819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84819 is #47B7E6. Grayscale: #646464. Windows color (decimal): -4700135 or 1657016. OLE color: 1657016.
HSL color Cylindrical-coordinate representation of color #B84819: hue angle of 17.74º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B84819 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.28 |
| HSL | 17.74º | 0.76% | 0.41% | - |
| HSV(B) | 17.74º | 0.86% | 0.72% | - |
| XYZ | 22.26 | 14.9 | 2.62 | - |
| YUV | 100.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 25 | 0 | 0.61 | 0.86 | 0.28 | 17.74 | 0.76 | 0.41 |
| Hex | B8 | 48 | 19 | 0 | 3D | 56 | 1C | 12 | 4C | 29 |
| Octal | 270 | 110 | 31 | 0 | 75 | 126 | 34 | 22 | 114 | 51 |
| Binary | 10111000 | 1001000 | 11001 | 0 | 111101 | 1010110 | 11100 | 10010 | 1001100 | 101001 |
Color Harmonies of #B84819
Complementary color
Monochromatic Colors of #B84819
Black with #B84819
Text Example
Text Example
White with #B84819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84819; }
p { color: rgb(184,72,25); }
H1.HeaderClassName
{
color: #B84819;
}
.AnyTagClassName
{
color: #B84819;
}
</style>
background-color css
<style>
a { background-color: #B84819; }
a { background-color: rgb(184,72,25); }
div.DivClassName
{
background-color: #B84819;
}
.BgClassName
{
background-color: #B84819;
}
</style>
border-color css
<style>
span { border-color: #B84819; }
span { border-color: rgb(184,72,25); }
td.TdClassName
{
border-color: #B84819;
}
.TagClassName
{
border-color: #B84819;
}
</style>