Shades of Rust #B7481C
Tints of Rust #B7481C
RGB
CMYK
RGB Variations
Color information
#B7481C (or 0xB7481C) is known color: Rust. HEX triplet: B7, 48 and 1C. RGB value is (183,72,28). Sum of RGB (Red+Green+Blue) = 183+72+28=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7481C is #48B7E3. Grayscale: #646464. Windows color (decimal): -4765668 or 1853623. OLE color: 1853623.
HSL color Cylindrical-coordinate representation of color #B7481C: hue angle of 17.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7481C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.28 |
| HSL | 17.03º | 0.73% | 0.41% | - |
| HSV(B) | 17.03º | 0.85% | 0.72% | - |
| XYZ | 22.06 | 14.79 | 2.79 | - |
| YUV | 100.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 28 | 0 | 0.61 | 0.85 | 0.28 | 17.03 | 0.73 | 0.41 |
| Hex | B7 | 48 | 1C | 0 | 3D | 55 | 1C | 11 | 49 | 29 |
| Octal | 267 | 110 | 34 | 0 | 75 | 125 | 34 | 21 | 111 | 51 |
| Binary | 10110111 | 1001000 | 11100 | 0 | 111101 | 1010101 | 11100 | 10001 | 1001001 | 101001 |
Color Harmonies of #B7481C
Complementary color
Monochromatic Colors of #B7481C
Black with #B7481C
Text Example
Text Example
White with #B7481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7481C; }
p { color: rgb(183,72,28); }
H1.HeaderClassName
{
color: #B7481C;
}
.AnyTagClassName
{
color: #B7481C;
}
</style>
background-color css
<style>
a { background-color: #B7481C; }
a { background-color: rgb(183,72,28); }
div.DivClassName
{
background-color: #B7481C;
}
.BgClassName
{
background-color: #B7481C;
}
</style>
border-color css
<style>
span { border-color: #B7481C; }
span { border-color: rgb(183,72,28); }
td.TdClassName
{
border-color: #B7481C;
}
.TagClassName
{
border-color: #B7481C;
}
</style>