Shades of Rust #B2480C
Tints of Rust #B2480C
RGB
CMYK
RGB Variations
Color information
#B2480C (or 0xB2480C) is known color: Rust. HEX triplet: B2, 48 and 0C. RGB value is (178,72,12). Sum of RGB (Red+Green+Blue) = 178+72+12=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2480C is #4DB7F3. Grayscale: #616161. Windows color (decimal): -5093364 or 805042. OLE color: 805042.
HSL color Cylindrical-coordinate representation of color #B2480C: hue angle of 21.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2480C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.30 |
| HSL | 21.69º | 0.87% | 0.37% | - |
| HSV(B) | 21.69º | 0.93% | 0.7% | - |
| XYZ | 20.74 | 14.13 | 1.98 | - |
| YUV | 96.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 12 | 0 | 0.60 | 0.93 | 0.30 | 21.69 | 0.87 | 0.37 |
| Hex | B2 | 48 | C | 0 | 3C | 5D | 1E | 16 | 57 | 25 |
| Octal | 262 | 110 | 14 | 0 | 74 | 135 | 36 | 26 | 127 | 45 |
| Binary | 10110010 | 1001000 | 1100 | 0 | 111100 | 1011101 | 11110 | 10110 | 1010111 | 100101 |
Color Harmonies of #B2480C
Complementary color
Monochromatic Colors of #B2480C
Black with #B2480C
Text Example
Text Example
White with #B2480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2480C; }
p { color: rgb(178,72,12); }
H1.HeaderClassName
{
color: #B2480C;
}
.AnyTagClassName
{
color: #B2480C;
}
</style>
background-color css
<style>
a { background-color: #B2480C; }
a { background-color: rgb(178,72,12); }
div.DivClassName
{
background-color: #B2480C;
}
.BgClassName
{
background-color: #B2480C;
}
</style>
border-color css
<style>
span { border-color: #B2480C; }
span { border-color: rgb(178,72,12); }
td.TdClassName
{
border-color: #B2480C;
}
.TagClassName
{
border-color: #B2480C;
}
</style>