Shades of Rust #B73C0F
Tints of Rust #B73C0F
RGB
CMYK
RGB Variations
Color information
#B73C0F (or 0xB73C0F) is known color: Rust. HEX triplet: B7, 3C and 0F. RGB value is (183,60,15). Sum of RGB (Red+Green+Blue) = 183+60+15=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C0F is #48C3F0. Grayscale: #5B5B5B. Windows color (decimal): -4768753 or 998583. OLE color: 998583.
HSL color Cylindrical-coordinate representation of color #B73C0F: hue angle of 16.07º 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 #B73C0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.28 |
| HSL | 16.07º | 0.85% | 0.39% | - |
| HSV(B) | 16.07º | 0.92% | 0.72% | - |
| XYZ | 21.23 | 13.33 | 1.91 | - |
| YUV | 91.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 15 | 0 | 0.67 | 0.92 | 0.28 | 16.07 | 0.85 | 0.39 |
| Hex | B7 | 3C | F | 0 | 43 | 5C | 1C | 10 | 55 | 27 |
| Octal | 267 | 74 | 17 | 0 | 103 | 134 | 34 | 20 | 125 | 47 |
| Binary | 10110111 | 111100 | 1111 | 0 | 1000011 | 1011100 | 11100 | 10000 | 1010101 | 100111 |
Color Harmonies of #B73C0F
Complementary color
Monochromatic Colors of #B73C0F
Black with #B73C0F
Text Example
Text Example
White with #B73C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C0F; }
p { color: rgb(183,60,15); }
H1.HeaderClassName
{
color: #B73C0F;
}
.AnyTagClassName
{
color: #B73C0F;
}
</style>
background-color css
<style>
a { background-color: #B73C0F; }
a { background-color: rgb(183,60,15); }
div.DivClassName
{
background-color: #B73C0F;
}
.BgClassName
{
background-color: #B73C0F;
}
</style>
border-color css
<style>
span { border-color: #B73C0F; }
span { border-color: rgb(183,60,15); }
td.TdClassName
{
border-color: #B73C0F;
}
.TagClassName
{
border-color: #B73C0F;
}
</style>