Shades of Rust #B73C0E
Tints of Rust #B73C0E
RGB
CMYK
RGB Variations
Color information
#B73C0E (or 0xB73C0E) is known color: Rust. HEX triplet: B7, 3C and 0E. RGB value is (183,60,14). Sum of RGB (Red+Green+Blue) = 183+60+14=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C0E is #48C3F1. Grayscale: #5B5B5B. Windows color (decimal): -4768754 or 933047. OLE color: 933047.
HSL color Cylindrical-coordinate representation of color #B73C0E: hue angle of 16.33º degrees, saturation: 0.86, 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 #B73C0E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.28 |
| HSL | 16.33º | 0.86% | 0.39% | - |
| HSV(B) | 16.33º | 0.92% | 0.72% | - |
| XYZ | 21.22 | 13.33 | 1.87 | - |
| YUV | 91.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 14 | 0 | 0.67 | 0.92 | 0.28 | 16.33 | 0.86 | 0.39 |
| Hex | B7 | 3C | E | 0 | 43 | 5C | 1C | 10 | 56 | 27 |
| Octal | 267 | 74 | 16 | 0 | 103 | 134 | 34 | 20 | 126 | 47 |
| Binary | 10110111 | 111100 | 1110 | 0 | 1000011 | 1011100 | 11100 | 10000 | 1010110 | 100111 |
Color Harmonies of #B73C0E
Complementary color
Monochromatic Colors of #B73C0E
Black with #B73C0E
Text Example
Text Example
White with #B73C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C0E; }
p { color: rgb(183,60,14); }
H1.HeaderClassName
{
color: #B73C0E;
}
.AnyTagClassName
{
color: #B73C0E;
}
</style>
background-color css
<style>
a { background-color: #B73C0E; }
a { background-color: rgb(183,60,14); }
div.DivClassName
{
background-color: #B73C0E;
}
.BgClassName
{
background-color: #B73C0E;
}
</style>
border-color css
<style>
span { border-color: #B73C0E; }
span { border-color: rgb(183,60,14); }
td.TdClassName
{
border-color: #B73C0E;
}
.TagClassName
{
border-color: #B73C0E;
}
</style>