Shades of Rust #B74115
Tints of Rust #B74115
RGB
CMYK
RGB Variations
Color information
#B74115 (or 0xB74115) is known color: Rust. HEX triplet: B7, 41 and 15. RGB value is (183,65,21). Sum of RGB (Red+Green+Blue) = 183+65+21=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74115 is #48BEEA. Grayscale: #5F5F5F. Windows color (decimal): -4767467 or 1393079. OLE color: 1393079.
HSL color Cylindrical-coordinate representation of color #B74115: hue angle of 16.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B74115 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.28 |
| HSL | 16.3º | 0.79% | 0.4% | - |
| HSV(B) | 16.3º | 0.89% | 0.72% | - |
| XYZ | 21.55 | 13.9 | 2.26 | - |
| YUV | 95.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 21 | 0 | 0.64 | 0.89 | 0.28 | 16.3 | 0.79 | 0.4 |
| Hex | B7 | 41 | 15 | 0 | 40 | 59 | 1C | 10 | 4F | 28 |
| Octal | 267 | 101 | 25 | 0 | 100 | 131 | 34 | 20 | 117 | 50 |
| Binary | 10110111 | 1000001 | 10101 | 0 | 1000000 | 1011001 | 11100 | 10000 | 1001111 | 101000 |
Color Harmonies of #B74115
Complementary color
Monochromatic Colors of #B74115
Black with #B74115
Text Example
Text Example
White with #B74115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74115; }
p { color: rgb(183,65,21); }
H1.HeaderClassName
{
color: #B74115;
}
.AnyTagClassName
{
color: #B74115;
}
</style>
background-color css
<style>
a { background-color: #B74115; }
a { background-color: rgb(183,65,21); }
div.DivClassName
{
background-color: #B74115;
}
.BgClassName
{
background-color: #B74115;
}
</style>
border-color css
<style>
span { border-color: #B74115; }
span { border-color: rgb(183,65,21); }
td.TdClassName
{
border-color: #B74115;
}
.TagClassName
{
border-color: #B74115;
}
</style>