Shades of Rust #B73F05
Tints of Rust #B73F05
RGB
CMYK
RGB Variations
Color information
#B73F05 (or 0xB73F05) is known color: Rust. HEX triplet: B7, 3F and 05. RGB value is (183,63,5). Sum of RGB (Red+Green+Blue) = 183+63+5=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F05 is #48C0FA. Grayscale: #5C5C5C. Windows color (decimal): -4767995 or 343991. OLE color: 343991.
HSL color Cylindrical-coordinate representation of color #B73F05: hue angle of 19.55º degrees, saturation: 0.95, 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 #B73F05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.28 |
| HSL | 19.55º | 0.95% | 0.37% | - |
| HSV(B) | 19.55º | 0.97% | 0.72% | - |
| XYZ | 21.33 | 13.63 | 1.65 | - |
| YUV | 92.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 5 | 0 | 0.66 | 0.97 | 0.28 | 19.55 | 0.95 | 0.37 |
| Hex | B7 | 3F | 5 | 0 | 42 | 61 | 1C | 14 | 5F | 25 |
| Octal | 267 | 77 | 5 | 0 | 102 | 141 | 34 | 24 | 137 | 45 |
| Binary | 10110111 | 111111 | 101 | 0 | 1000010 | 1100001 | 11100 | 10100 | 1011111 | 100101 |
Color Harmonies of #B73F05
Complementary color
Monochromatic Colors of #B73F05
Black with #B73F05
Text Example
Text Example
White with #B73F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F05; }
p { color: rgb(183,63,5); }
H1.HeaderClassName
{
color: #B73F05;
}
.AnyTagClassName
{
color: #B73F05;
}
</style>
background-color css
<style>
a { background-color: #B73F05; }
a { background-color: rgb(183,63,5); }
div.DivClassName
{
background-color: #B73F05;
}
.BgClassName
{
background-color: #B73F05;
}
</style>
border-color css
<style>
span { border-color: #B73F05; }
span { border-color: rgb(183,63,5); }
td.TdClassName
{
border-color: #B73F05;
}
.TagClassName
{
border-color: #B73F05;
}
</style>