Shades of Rust #B8480C
Tints of Rust #B8480C
RGB
CMYK
RGB Variations
Color information
#B8480C (or 0xB8480C) is known color: Rust. HEX triplet: B8, 48 and 0C. RGB value is (184,72,12). Sum of RGB (Red+Green+Blue) = 184+72+12=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8480C is #47B7F3. Grayscale: #626262. Windows color (decimal): -4700148 or 805048. OLE color: 805048.
HSL color Cylindrical-coordinate representation of color #B8480C: hue angle of 20.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8480C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.28 |
| HSL | 20.93º | 0.88% | 0.38% | - |
| HSV(B) | 20.93º | 0.93% | 0.72% | - |
| XYZ | 22.15 | 14.85 | 2.05 | - |
| YUV | 98.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 12 | 0 | 0.61 | 0.93 | 0.28 | 20.93 | 0.88 | 0.38 |
| Hex | B8 | 48 | C | 0 | 3D | 5D | 1C | 15 | 58 | 26 |
| Octal | 270 | 110 | 14 | 0 | 75 | 135 | 34 | 25 | 130 | 46 |
| Binary | 10111000 | 1001000 | 1100 | 0 | 111101 | 1011101 | 11100 | 10101 | 1011000 | 100110 |
Color Harmonies of #B8480C
Complementary color
Monochromatic Colors of #B8480C
Black with #B8480C
Text Example
Text Example
White with #B8480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8480C; }
p { color: rgb(184,72,12); }
H1.HeaderClassName
{
color: #B8480C;
}
.AnyTagClassName
{
color: #B8480C;
}
</style>
background-color css
<style>
a { background-color: #B8480C; }
a { background-color: rgb(184,72,12); }
div.DivClassName
{
background-color: #B8480C;
}
.BgClassName
{
background-color: #B8480C;
}
</style>
border-color css
<style>
span { border-color: #B8480C; }
span { border-color: rgb(184,72,12); }
td.TdClassName
{
border-color: #B8480C;
}
.TagClassName
{
border-color: #B8480C;
}
</style>