Shades of Rust #B73C06
Tints of Rust #B73C06
RGB
CMYK
RGB Variations
Color information
#B73C06 (or 0xB73C06) is known color: Rust. HEX triplet: B7, 3C and 06. RGB value is (183,60,6). Sum of RGB (Red+Green+Blue) = 183+60+6=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C06 is #48C3F9. Grayscale: #5A5A5A. Windows color (decimal): -4768762 or 408759. OLE color: 408759.
HSL color Cylindrical-coordinate representation of color #B73C06: hue angle of 18.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73C06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.28 |
| HSL | 18.31º | 0.94% | 0.37% | - |
| HSV(B) | 18.31º | 0.97% | 0.72% | - |
| XYZ | 21.18 | 13.31 | 1.63 | - |
| YUV | 90.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 6 | 0 | 0.67 | 0.97 | 0.28 | 18.31 | 0.94 | 0.37 |
| Hex | B7 | 3C | 6 | 0 | 43 | 61 | 1C | 12 | 5E | 25 |
| Octal | 267 | 74 | 6 | 0 | 103 | 141 | 34 | 22 | 136 | 45 |
| Binary | 10110111 | 111100 | 110 | 0 | 1000011 | 1100001 | 11100 | 10010 | 1011110 | 100101 |
Color Harmonies of #B73C06
Complementary color
Monochromatic Colors of #B73C06
Black with #B73C06
Text Example
Text Example
White with #B73C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C06; }
p { color: rgb(183,60,6); }
H1.HeaderClassName
{
color: #B73C06;
}
.AnyTagClassName
{
color: #B73C06;
}
</style>
background-color css
<style>
a { background-color: #B73C06; }
a { background-color: rgb(183,60,6); }
div.DivClassName
{
background-color: #B73C06;
}
.BgClassName
{
background-color: #B73C06;
}
</style>
border-color css
<style>
span { border-color: #B73C06; }
span { border-color: rgb(183,60,6); }
td.TdClassName
{
border-color: #B73C06;
}
.TagClassName
{
border-color: #B73C06;
}
</style>