Shades of Rust #B73004
Tints of Rust #B73004
RGB
CMYK
RGB Variations
Color information
#B73004 (or 0xB73004) is known color: Rust. HEX triplet: B7, 30 and 04. RGB value is (183,48,4). Sum of RGB (Red+Green+Blue) = 183+48+4=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B73004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73004 is #48CFFB. Grayscale: #535353. Windows color (decimal): -4771836 or 274615. OLE color: 274615.
HSL color Cylindrical-coordinate representation of color #B73004: hue angle of 14.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B73004 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.28 |
| HSL | 14.75º | 0.96% | 0.37% | - |
| HSV(B) | 14.75º | 0.98% | 0.72% | - |
| XYZ | 20.61 | 12.19 | 1.38 | - |
| YUV | 83.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 4 | 0 | 0.74 | 0.98 | 0.28 | 14.75 | 0.96 | 0.37 |
| Hex | B7 | 30 | 4 | 0 | 4A | 62 | 1C | F | 60 | 25 |
| Octal | 267 | 60 | 4 | 0 | 112 | 142 | 34 | 17 | 140 | 45 |
| Binary | 10110111 | 110000 | 100 | 0 | 1001010 | 1100010 | 11100 | 1111 | 1100000 | 100101 |
Color Harmonies of #B73004
Complementary color
Monochromatic Colors of #B73004
Black with #B73004
Text Example
Text Example
White with #B73004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73004; }
p { color: rgb(183,48,4); }
H1.HeaderClassName
{
color: #B73004;
}
.AnyTagClassName
{
color: #B73004;
}
</style>
background-color css
<style>
a { background-color: #B73004; }
a { background-color: rgb(183,48,4); }
div.DivClassName
{
background-color: #B73004;
}
.BgClassName
{
background-color: #B73004;
}
</style>
border-color css
<style>
span { border-color: #B73004; }
span { border-color: rgb(183,48,4); }
td.TdClassName
{
border-color: #B73004;
}
.TagClassName
{
border-color: #B73004;
}
</style>