Shades of Rust #B73F0F
Tints of Rust #B73F0F
RGB
CMYK
RGB Variations
Color information
#B73F0F (or 0xB73F0F) is known color: Rust. HEX triplet: B7, 3F and 0F. RGB value is (183,63,15). Sum of RGB (Red+Green+Blue) = 183+63+15=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F0F is #48C0F0. Grayscale: #5D5D5D. Windows color (decimal): -4767985 or 999351. OLE color: 999351.
HSL color Cylindrical-coordinate representation of color #B73F0F: hue angle of 17.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B73F0F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.28 |
| HSL | 17.14º | 0.85% | 0.39% | - |
| HSV(B) | 17.14º | 0.92% | 0.72% | - |
| XYZ | 21.39 | 13.66 | 1.96 | - |
| YUV | 93.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 15 | 0 | 0.66 | 0.92 | 0.28 | 17.14 | 0.85 | 0.39 |
| Hex | B7 | 3F | F | 0 | 42 | 5C | 1C | 11 | 55 | 27 |
| Octal | 267 | 77 | 17 | 0 | 102 | 134 | 34 | 21 | 125 | 47 |
| Binary | 10110111 | 111111 | 1111 | 0 | 1000010 | 1011100 | 11100 | 10001 | 1010101 | 100111 |
Color Harmonies of #B73F0F
Complementary color
Monochromatic Colors of #B73F0F
Black with #B73F0F
Text Example
Text Example
White with #B73F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F0F; }
p { color: rgb(183,63,15); }
H1.HeaderClassName
{
color: #B73F0F;
}
.AnyTagClassName
{
color: #B73F0F;
}
</style>
background-color css
<style>
a { background-color: #B73F0F; }
a { background-color: rgb(183,63,15); }
div.DivClassName
{
background-color: #B73F0F;
}
.BgClassName
{
background-color: #B73F0F;
}
</style>
border-color css
<style>
span { border-color: #B73F0F; }
span { border-color: rgb(183,63,15); }
td.TdClassName
{
border-color: #B73F0F;
}
.TagClassName
{
border-color: #B73F0F;
}
</style>