Shades of Rust #B73005
Tints of Rust #B73005
RGB
CMYK
RGB Variations
Color information
#B73005 (or 0xB73005) is known color: Rust. HEX triplet: B7, 30 and 05. RGB value is (183,48,5). Sum of RGB (Red+Green+Blue) = 183+48+5=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B73005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73005 is #48CFFA. Grayscale: #535353. Windows color (decimal): -4771835 or 340151. OLE color: 340151.
HSL color Cylindrical-coordinate representation of color #B73005: hue angle of 14.49º 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 #B73005 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.28 |
| HSL | 14.49º | 0.95% | 0.37% | - |
| HSV(B) | 14.49º | 0.97% | 0.72% | - |
| XYZ | 20.61 | 12.19 | 1.41 | - |
| YUV | 83.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 5 | 0 | 0.74 | 0.97 | 0.28 | 14.49 | 0.95 | 0.37 |
| Hex | B7 | 30 | 5 | 0 | 4A | 61 | 1C | E | 5F | 25 |
| Octal | 267 | 60 | 5 | 0 | 112 | 141 | 34 | 16 | 137 | 45 |
| Binary | 10110111 | 110000 | 101 | 0 | 1001010 | 1100001 | 11100 | 1110 | 1011111 | 100101 |
Color Harmonies of #B73005
Complementary color
Monochromatic Colors of #B73005
Black with #B73005
Text Example
Text Example
White with #B73005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73005; }
p { color: rgb(183,48,5); }
H1.HeaderClassName
{
color: #B73005;
}
.AnyTagClassName
{
color: #B73005;
}
</style>
background-color css
<style>
a { background-color: #B73005; }
a { background-color: rgb(183,48,5); }
div.DivClassName
{
background-color: #B73005;
}
.BgClassName
{
background-color: #B73005;
}
</style>
border-color css
<style>
span { border-color: #B73005; }
span { border-color: rgb(183,48,5); }
td.TdClassName
{
border-color: #B73005;
}
.TagClassName
{
border-color: #B73005;
}
</style>