Shades of Rust #B73F06
Tints of Rust #B73F06
RGB
CMYK
RGB Variations
Color information
#B73F06 (or 0xB73F06) is known color: Rust. HEX triplet: B7, 3F and 06. RGB value is (183,63,6). Sum of RGB (Red+Green+Blue) = 183+63+6=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F06 is #48C0F9. Grayscale: #5C5C5C. Windows color (decimal): -4767994 or 409527. OLE color: 409527.
HSL color Cylindrical-coordinate representation of color #B73F06: hue angle of 19.32º 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 #B73F06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.28 |
| HSL | 19.32º | 0.94% | 0.37% | - |
| HSV(B) | 19.32º | 0.97% | 0.72% | - |
| XYZ | 21.34 | 13.64 | 1.68 | - |
| YUV | 92.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 6 | 0 | 0.66 | 0.97 | 0.28 | 19.32 | 0.94 | 0.37 |
| Hex | B7 | 3F | 6 | 0 | 42 | 61 | 1C | 13 | 5E | 25 |
| Octal | 267 | 77 | 6 | 0 | 102 | 141 | 34 | 23 | 136 | 45 |
| Binary | 10110111 | 111111 | 110 | 0 | 1000010 | 1100001 | 11100 | 10011 | 1011110 | 100101 |
Color Harmonies of #B73F06
Complementary color
Monochromatic Colors of #B73F06
Black with #B73F06
Text Example
Text Example
White with #B73F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F06; }
p { color: rgb(183,63,6); }
H1.HeaderClassName
{
color: #B73F06;
}
.AnyTagClassName
{
color: #B73F06;
}
</style>
background-color css
<style>
a { background-color: #B73F06; }
a { background-color: rgb(183,63,6); }
div.DivClassName
{
background-color: #B73F06;
}
.BgClassName
{
background-color: #B73F06;
}
</style>
border-color css
<style>
span { border-color: #B73F06; }
span { border-color: rgb(183,63,6); }
td.TdClassName
{
border-color: #B73F06;
}
.TagClassName
{
border-color: #B73F06;
}
</style>