Shades of Rust #B7481B
Tints of Rust #B7481B
RGB
CMYK
RGB Variations
Color information
#B7481B (or 0xB7481B) is known color: Rust. HEX triplet: B7, 48 and 1B. RGB value is (183,72,27). Sum of RGB (Red+Green+Blue) = 183+72+27=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7481B is #48B7E4. Grayscale: #646464. Windows color (decimal): -4765669 or 1788087. OLE color: 1788087.
HSL color Cylindrical-coordinate representation of color #B7481B: hue angle of 17.31º degrees, saturation: 0.74, 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 #B7481B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.28 |
| HSL | 17.31º | 0.74% | 0.41% | - |
| HSV(B) | 17.31º | 0.85% | 0.72% | - |
| XYZ | 22.04 | 14.78 | 2.73 | - |
| YUV | 100.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 27 | 0 | 0.61 | 0.85 | 0.28 | 17.31 | 0.74 | 0.41 |
| Hex | B7 | 48 | 1B | 0 | 3D | 55 | 1C | 11 | 4A | 29 |
| Octal | 267 | 110 | 33 | 0 | 75 | 125 | 34 | 21 | 112 | 51 |
| Binary | 10110111 | 1001000 | 11011 | 0 | 111101 | 1010101 | 11100 | 10001 | 1001010 | 101001 |
Color Harmonies of #B7481B
Complementary color
Monochromatic Colors of #B7481B
Black with #B7481B
Text Example
Text Example
White with #B7481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7481B; }
p { color: rgb(183,72,27); }
H1.HeaderClassName
{
color: #B7481B;
}
.AnyTagClassName
{
color: #B7481B;
}
</style>
background-color css
<style>
a { background-color: #B7481B; }
a { background-color: rgb(183,72,27); }
div.DivClassName
{
background-color: #B7481B;
}
.BgClassName
{
background-color: #B7481B;
}
</style>
border-color css
<style>
span { border-color: #B7481B; }
span { border-color: rgb(183,72,27); }
td.TdClassName
{
border-color: #B7481B;
}
.TagClassName
{
border-color: #B7481B;
}
</style>