Shades of Rust #B75118
Tints of Rust #B75118
RGB
CMYK
RGB Variations
Color information
#B75118 (or 0xB75118) is known color: Rust. HEX triplet: B7, 51 and 18. RGB value is (183,81,24). Sum of RGB (Red+Green+Blue) = 183+81+24=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75118 is #48AEE7. Grayscale: #696969. Windows color (decimal): -4763368 or 1593783. OLE color: 1593783.
HSL color Cylindrical-coordinate representation of color #B75118: hue angle of 21.51º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B75118 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 24 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.28 |
| HSL | 21.51º | 0.77% | 0.41% | - |
| HSV(B) | 21.51º | 0.87% | 0.72% | - |
| XYZ | 22.64 | 16.02 | 2.76 | - |
| YUV | 105 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 24 | 0 | 0.56 | 0.87 | 0.28 | 21.51 | 0.77 | 0.41 |
| Hex | B7 | 51 | 18 | 0 | 38 | 57 | 1C | 16 | 4D | 29 |
| Octal | 267 | 121 | 30 | 0 | 70 | 127 | 34 | 26 | 115 | 51 |
| Binary | 10110111 | 1010001 | 11000 | 0 | 111000 | 1010111 | 11100 | 10110 | 1001101 | 101001 |
Color Harmonies of #B75118
Complementary color
Monochromatic Colors of #B75118
Black with #B75118
Text Example
Text Example
White with #B75118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75118; }
p { color: rgb(183,81,24); }
H1.HeaderClassName
{
color: #B75118;
}
.AnyTagClassName
{
color: #B75118;
}
</style>
background-color css
<style>
a { background-color: #B75118; }
a { background-color: rgb(183,81,24); }
div.DivClassName
{
background-color: #B75118;
}
.BgClassName
{
background-color: #B75118;
}
</style>
border-color css
<style>
span { border-color: #B75118; }
span { border-color: rgb(183,81,24); }
td.TdClassName
{
border-color: #B75118;
}
.TagClassName
{
border-color: #B75118;
}
</style>