Shades of Rust #B7481F
Tints of Rust #B7481F
RGB
CMYK
RGB Variations
Color information
#B7481F (or 0xB7481F) is known color: Rust. HEX triplet: B7, 48 and 1F. RGB value is (183,72,31). Sum of RGB (Red+Green+Blue) = 183+72+31=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7481F is #48B7E0. Grayscale: #646464. Windows color (decimal): -4765665 or 2050231. OLE color: 2050231.
HSL color Cylindrical-coordinate representation of color #B7481F: hue angle of 16.18º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7481F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 31 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.28 |
| HSL | 16.18º | 0.71% | 0.42% | - |
| HSV(B) | 16.18º | 0.83% | 0.72% | - |
| XYZ | 22.09 | 14.8 | 2.99 | - |
| YUV | 100.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 31 | 0 | 0.61 | 0.83 | 0.28 | 16.18 | 0.71 | 0.42 |
| Hex | B7 | 48 | 1F | 0 | 3D | 53 | 1C | 10 | 47 | 2A |
| Octal | 267 | 110 | 37 | 0 | 75 | 123 | 34 | 20 | 107 | 52 |
| Binary | 10110111 | 1001000 | 11111 | 0 | 111101 | 1010011 | 11100 | 10000 | 1000111 | 101010 |
Color Harmonies of #B7481F
Complementary color
Monochromatic Colors of #B7481F
Black with #B7481F
Text Example
Text Example
White with #B7481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7481F; }
p { color: rgb(183,72,31); }
H1.HeaderClassName
{
color: #B7481F;
}
.AnyTagClassName
{
color: #B7481F;
}
</style>
background-color css
<style>
a { background-color: #B7481F; }
a { background-color: rgb(183,72,31); }
div.DivClassName
{
background-color: #B7481F;
}
.BgClassName
{
background-color: #B7481F;
}
</style>
border-color css
<style>
span { border-color: #B7481F; }
span { border-color: rgb(183,72,31); }
td.TdClassName
{
border-color: #B7481F;
}
.TagClassName
{
border-color: #B7481F;
}
</style>