Shades of Rust #B75119
Tints of Rust #B75119
RGB
CMYK
RGB Variations
Color information
#B75119 (or 0xB75119) is known color: Rust. HEX triplet: B7, 51 and 19. RGB value is (183,81,25). Sum of RGB (Red+Green+Blue) = 183+81+25=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75119 is #48AEE6. Grayscale: #696969. Windows color (decimal): -4763367 or 1659319. OLE color: 1659319.
HSL color Cylindrical-coordinate representation of color #B75119: hue angle of 21.27º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B75119 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 25 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.28 |
| HSL | 21.27º | 0.76% | 0.41% | - |
| HSV(B) | 21.27º | 0.86% | 0.72% | - |
| XYZ | 22.65 | 16.02 | 2.82 | - |
| YUV | 105.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 25 | 0 | 0.56 | 0.86 | 0.28 | 21.27 | 0.76 | 0.41 |
| Hex | B7 | 51 | 19 | 0 | 38 | 56 | 1C | 15 | 4C | 29 |
| Octal | 267 | 121 | 31 | 0 | 70 | 126 | 34 | 25 | 114 | 51 |
| Binary | 10110111 | 1010001 | 11001 | 0 | 111000 | 1010110 | 11100 | 10101 | 1001100 | 101001 |
Color Harmonies of #B75119
Complementary color
Monochromatic Colors of #B75119
Black with #B75119
Text Example
Text Example
White with #B75119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75119; }
p { color: rgb(183,81,25); }
H1.HeaderClassName
{
color: #B75119;
}
.AnyTagClassName
{
color: #B75119;
}
</style>
background-color css
<style>
a { background-color: #B75119; }
a { background-color: rgb(183,81,25); }
div.DivClassName
{
background-color: #B75119;
}
.BgClassName
{
background-color: #B75119;
}
</style>
border-color css
<style>
span { border-color: #B75119; }
span { border-color: rgb(183,81,25); }
td.TdClassName
{
border-color: #B75119;
}
.TagClassName
{
border-color: #B75119;
}
</style>