Shades of Rust #B7481E
Tints of Rust #B7481E
RGB
CMYK
RGB Variations
Color information
#B7481E (or 0xB7481E) is known color: Rust. HEX triplet: B7, 48 and 1E. RGB value is (183,72,30). Sum of RGB (Red+Green+Blue) = 183+72+30=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7481E is #48B7E1. Grayscale: #646464. Windows color (decimal): -4765666 or 1984695. OLE color: 1984695.
HSL color Cylindrical-coordinate representation of color #B7481E: hue angle of 16.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7481E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 30 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.28 |
| HSL | 16.47º | 0.72% | 0.42% | - |
| HSV(B) | 16.47º | 0.84% | 0.72% | - |
| XYZ | 22.08 | 14.8 | 2.92 | - |
| YUV | 100.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 30 | 0 | 0.61 | 0.84 | 0.28 | 16.47 | 0.72 | 0.42 |
| Hex | B7 | 48 | 1E | 0 | 3D | 54 | 1C | 10 | 48 | 2A |
| Octal | 267 | 110 | 36 | 0 | 75 | 124 | 34 | 20 | 110 | 52 |
| Binary | 10110111 | 1001000 | 11110 | 0 | 111101 | 1010100 | 11100 | 10000 | 1001000 | 101010 |
Color Harmonies of #B7481E
Complementary color
Monochromatic Colors of #B7481E
Black with #B7481E
Text Example
Text Example
White with #B7481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7481E; }
p { color: rgb(183,72,30); }
H1.HeaderClassName
{
color: #B7481E;
}
.AnyTagClassName
{
color: #B7481E;
}
</style>
background-color css
<style>
a { background-color: #B7481E; }
a { background-color: rgb(183,72,30); }
div.DivClassName
{
background-color: #B7481E;
}
.BgClassName
{
background-color: #B7481E;
}
</style>
border-color css
<style>
span { border-color: #B7481E; }
span { border-color: rgb(183,72,30); }
td.TdClassName
{
border-color: #B7481E;
}
.TagClassName
{
border-color: #B7481E;
}
</style>