Shades of Rust #B73304
Tints of Rust #B73304
RGB
CMYK
RGB Variations
Color information
#B73304 (or 0xB73304) is known color: Rust. HEX triplet: B7, 33 and 04. RGB value is (183,51,4). Sum of RGB (Red+Green+Blue) = 183+51+4=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B73304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73304 is #48CCFB. Grayscale: #555555. Windows color (decimal): -4771068 or 275383. OLE color: 275383.
HSL color Cylindrical-coordinate representation of color #B73304: hue angle of 15.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 #B73304 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.28 |
| HSL | 15.75º | 0.96% | 0.37% | - |
| HSV(B) | 15.75º | 0.98% | 0.72% | - |
| XYZ | 20.73 | 12.44 | 1.42 | - |
| YUV | 85.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 4 | 0 | 0.72 | 0.98 | 0.28 | 15.75 | 0.96 | 0.37 |
| Hex | B7 | 33 | 4 | 0 | 48 | 62 | 1C | 10 | 60 | 25 |
| Octal | 267 | 63 | 4 | 0 | 110 | 142 | 34 | 20 | 140 | 45 |
| Binary | 10110111 | 110011 | 100 | 0 | 1001000 | 1100010 | 11100 | 10000 | 1100000 | 100101 |
Color Harmonies of #B73304
Complementary color
Monochromatic Colors of #B73304
Black with #B73304
Text Example
Text Example
White with #B73304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73304; }
p { color: rgb(183,51,4); }
H1.HeaderClassName
{
color: #B73304;
}
.AnyTagClassName
{
color: #B73304;
}
</style>
background-color css
<style>
a { background-color: #B73304; }
a { background-color: rgb(183,51,4); }
div.DivClassName
{
background-color: #B73304;
}
.BgClassName
{
background-color: #B73304;
}
</style>
border-color css
<style>
span { border-color: #B73304; }
span { border-color: rgb(183,51,4); }
td.TdClassName
{
border-color: #B73304;
}
.TagClassName
{
border-color: #B73304;
}
</style>