Shades of Rust #B73804
Tints of Rust #B73804
RGB
CMYK
RGB Variations
Color information
#B73804 (or 0xB73804) is known color: Rust. HEX triplet: B7, 38 and 04. RGB value is (183,56,4). Sum of RGB (Red+Green+Blue) = 183+56+4=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B73804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73804 is #48C7FB. Grayscale: #585858. Windows color (decimal): -4769788 or 276663. OLE color: 276663.
HSL color Cylindrical-coordinate representation of color #B73804: hue angle of 17.43º 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 #B73804 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.28 |
| HSL | 17.43º | 0.96% | 0.37% | - |
| HSV(B) | 17.43º | 0.98% | 0.72% | - |
| XYZ | 20.96 | 12.9 | 1.5 | - |
| YUV | 88.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 4 | 0 | 0.69 | 0.98 | 0.28 | 17.43 | 0.96 | 0.37 |
| Hex | B7 | 38 | 4 | 0 | 45 | 62 | 1C | 11 | 60 | 25 |
| Octal | 267 | 70 | 4 | 0 | 105 | 142 | 34 | 21 | 140 | 45 |
| Binary | 10110111 | 111000 | 100 | 0 | 1000101 | 1100010 | 11100 | 10001 | 1100000 | 100101 |
Color Harmonies of #B73804
Complementary color
Monochromatic Colors of #B73804
Black with #B73804
Text Example
Text Example
White with #B73804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73804; }
p { color: rgb(183,56,4); }
H1.HeaderClassName
{
color: #B73804;
}
.AnyTagClassName
{
color: #B73804;
}
</style>
background-color css
<style>
a { background-color: #B73804; }
a { background-color: rgb(183,56,4); }
div.DivClassName
{
background-color: #B73804;
}
.BgClassName
{
background-color: #B73804;
}
</style>
border-color css
<style>
span { border-color: #B73804; }
span { border-color: rgb(183,56,4); }
td.TdClassName
{
border-color: #B73804;
}
.TagClassName
{
border-color: #B73804;
}
</style>