Shades of Rust #B9481C
Tints of Rust #B9481C
RGB
CMYK
RGB Variations
Color information
#B9481C (or 0xB9481C) is known color: Rust. HEX triplet: B9, 48 and 1C. RGB value is (185,72,28). Sum of RGB (Red+Green+Blue) = 185+72+28=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9481C is #46B7E3. Grayscale: #656565. Windows color (decimal): -4634596 or 1853625. OLE color: 1853625.
HSL color Cylindrical-coordinate representation of color #B9481C: hue angle of 16.82º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9481C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.27 |
| HSL | 16.82º | 0.74% | 0.42% | - |
| HSV(B) | 16.82º | 0.85% | 0.73% | - |
| XYZ | 22.53 | 15.03 | 2.81 | - |
| YUV | 100.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 28 | 0 | 0.61 | 0.85 | 0.27 | 16.82 | 0.74 | 0.42 |
| Hex | B9 | 48 | 1C | 0 | 3D | 55 | 1B | 11 | 4A | 2A |
| Octal | 271 | 110 | 34 | 0 | 75 | 125 | 33 | 21 | 112 | 52 |
| Binary | 10111001 | 1001000 | 11100 | 0 | 111101 | 1010101 | 11011 | 10001 | 1001010 | 101010 |
Color Harmonies of #B9481C
Complementary color
Monochromatic Colors of #B9481C
Black with #B9481C
Text Example
Text Example
White with #B9481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9481C; }
p { color: rgb(185,72,28); }
H1.HeaderClassName
{
color: #B9481C;
}
.AnyTagClassName
{
color: #B9481C;
}
</style>
background-color css
<style>
a { background-color: #B9481C; }
a { background-color: rgb(185,72,28); }
div.DivClassName
{
background-color: #B9481C;
}
.BgClassName
{
background-color: #B9481C;
}
</style>
border-color css
<style>
span { border-color: #B9481C; }
span { border-color: rgb(185,72,28); }
td.TdClassName
{
border-color: #B9481C;
}
.TagClassName
{
border-color: #B9481C;
}
</style>