Shades of Rust #B8481F
Tints of Rust #B8481F
RGB
CMYK
RGB Variations
Color information
#B8481F (or 0xB8481F) is known color: Rust. HEX triplet: B8, 48 and 1F. RGB value is (184,72,31). Sum of RGB (Red+Green+Blue) = 184+72+31=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B8481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8481F is #47B7E0. Grayscale: #656565. Windows color (decimal): -4700129 or 2050232. OLE color: 2050232.
HSL color Cylindrical-coordinate representation of color #B8481F: hue angle of 16.08º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8481F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 31 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.28 |
| HSL | 16.08º | 0.71% | 0.42% | - |
| HSV(B) | 16.08º | 0.83% | 0.72% | - |
| XYZ | 22.33 | 14.92 | 3 | - |
| YUV | 100.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 31 | 0 | 0.61 | 0.83 | 0.28 | 16.08 | 0.71 | 0.42 |
| Hex | B8 | 48 | 1F | 0 | 3D | 53 | 1C | 10 | 47 | 2A |
| Octal | 270 | 110 | 37 | 0 | 75 | 123 | 34 | 20 | 107 | 52 |
| Binary | 10111000 | 1001000 | 11111 | 0 | 111101 | 1010011 | 11100 | 10000 | 1000111 | 101010 |
Color Harmonies of #B8481F
Complementary color
Monochromatic Colors of #B8481F
Black with #B8481F
Text Example
Text Example
White with #B8481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8481F; }
p { color: rgb(184,72,31); }
H1.HeaderClassName
{
color: #B8481F;
}
.AnyTagClassName
{
color: #B8481F;
}
</style>
background-color css
<style>
a { background-color: #B8481F; }
a { background-color: rgb(184,72,31); }
div.DivClassName
{
background-color: #B8481F;
}
.BgClassName
{
background-color: #B8481F;
}
</style>
border-color css
<style>
span { border-color: #B8481F; }
span { border-color: rgb(184,72,31); }
td.TdClassName
{
border-color: #B8481F;
}
.TagClassName
{
border-color: #B8481F;
}
</style>