Shades of Rust #B73814
Tints of Rust #B73814
RGB
CMYK
RGB Variations
Color information
#B73814 (or 0xB73814) is known color: Rust. HEX triplet: B7, 38 and 14. RGB value is (183,56,20). Sum of RGB (Red+Green+Blue) = 183+56+20=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B73814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73814 is #48C7EB. Grayscale: #5A5A5A. Windows color (decimal): -4769772 or 1325239. OLE color: 1325239.
HSL color Cylindrical-coordinate representation of color #B73814: hue angle of 13.25º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73814 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.28 |
| HSL | 13.25º | 0.8% | 0.4% | - |
| HSV(B) | 13.25º | 0.89% | 0.72% | - |
| XYZ | 21.07 | 12.95 | 2.05 | - |
| YUV | 89.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 20 | 0 | 0.69 | 0.89 | 0.28 | 13.25 | 0.8 | 0.4 |
| Hex | B7 | 38 | 14 | 0 | 45 | 59 | 1C | D | 50 | 28 |
| Octal | 267 | 70 | 24 | 0 | 105 | 131 | 34 | 15 | 120 | 50 |
| Binary | 10110111 | 111000 | 10100 | 0 | 1000101 | 1011001 | 11100 | 1101 | 1010000 | 101000 |
Color Harmonies of #B73814
Complementary color
Monochromatic Colors of #B73814
Black with #B73814
Text Example
Text Example
White with #B73814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73814; }
p { color: rgb(183,56,20); }
H1.HeaderClassName
{
color: #B73814;
}
.AnyTagClassName
{
color: #B73814;
}
</style>
background-color css
<style>
a { background-color: #B73814; }
a { background-color: rgb(183,56,20); }
div.DivClassName
{
background-color: #B73814;
}
.BgClassName
{
background-color: #B73814;
}
</style>
border-color css
<style>
span { border-color: #B73814; }
span { border-color: rgb(183,56,20); }
td.TdClassName
{
border-color: #B73814;
}
.TagClassName
{
border-color: #B73814;
}
</style>