Shades of Rust #B73F0B
Tints of Rust #B73F0B
RGB
CMYK
RGB Variations
Color information
#B73F0B (or 0xB73F0B) is known color: Rust. HEX triplet: B7, 3F and 0B. RGB value is (183,63,11). Sum of RGB (Red+Green+Blue) = 183+63+11=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F0B is #48C0F4. Grayscale: #5D5D5D. Windows color (decimal): -4767989 or 737207. OLE color: 737207.
HSL color Cylindrical-coordinate representation of color #B73F0B: hue angle of 18.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B73F0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.28 |
| HSL | 18.14º | 0.89% | 0.38% | - |
| HSV(B) | 18.14º | 0.94% | 0.72% | - |
| XYZ | 21.37 | 13.65 | 1.82 | - |
| YUV | 92.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 11 | 0 | 0.66 | 0.94 | 0.28 | 18.14 | 0.89 | 0.38 |
| Hex | B7 | 3F | B | 0 | 42 | 5E | 1C | 12 | 59 | 26 |
| Octal | 267 | 77 | 13 | 0 | 102 | 136 | 34 | 22 | 131 | 46 |
| Binary | 10110111 | 111111 | 1011 | 0 | 1000010 | 1011110 | 11100 | 10010 | 1011001 | 100110 |
Color Harmonies of #B73F0B
Complementary color
Monochromatic Colors of #B73F0B
Black with #B73F0B
Text Example
Text Example
White with #B73F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F0B; }
p { color: rgb(183,63,11); }
H1.HeaderClassName
{
color: #B73F0B;
}
.AnyTagClassName
{
color: #B73F0B;
}
</style>
background-color css
<style>
a { background-color: #B73F0B; }
a { background-color: rgb(183,63,11); }
div.DivClassName
{
background-color: #B73F0B;
}
.BgClassName
{
background-color: #B73F0B;
}
</style>
border-color css
<style>
span { border-color: #B73F0B; }
span { border-color: rgb(183,63,11); }
td.TdClassName
{
border-color: #B73F0B;
}
.TagClassName
{
border-color: #B73F0B;
}
</style>