Shades of Rust #B73914
Tints of Rust #B73914
RGB
CMYK
RGB Variations
Color information
#B73914 (or 0xB73914) is known color: Rust. HEX triplet: B7, 39 and 14. RGB value is (183,57,20). Sum of RGB (Red+Green+Blue) = 183+57+20=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B73914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73914 is #48C6EB. Grayscale: #5A5A5A. Windows color (decimal): -4769516 or 1325495. OLE color: 1325495.
HSL color Cylindrical-coordinate representation of color #B73914: hue angle of 13.62º 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 #B73914 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.28 |
| HSL | 13.62º | 0.8% | 0.4% | - |
| HSV(B) | 13.62º | 0.89% | 0.72% | - |
| XYZ | 21.12 | 13.04 | 2.07 | - |
| YUV | 90.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 20 | 0 | 0.69 | 0.89 | 0.28 | 13.62 | 0.8 | 0.4 |
| Hex | B7 | 39 | 14 | 0 | 45 | 59 | 1C | E | 50 | 28 |
| Octal | 267 | 71 | 24 | 0 | 105 | 131 | 34 | 16 | 120 | 50 |
| Binary | 10110111 | 111001 | 10100 | 0 | 1000101 | 1011001 | 11100 | 1110 | 1010000 | 101000 |
Color Harmonies of #B73914
Complementary color
Monochromatic Colors of #B73914
Black with #B73914
Text Example
Text Example
White with #B73914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73914; }
p { color: rgb(183,57,20); }
H1.HeaderClassName
{
color: #B73914;
}
.AnyTagClassName
{
color: #B73914;
}
</style>
background-color css
<style>
a { background-color: #B73914; }
a { background-color: rgb(183,57,20); }
div.DivClassName
{
background-color: #B73914;
}
.BgClassName
{
background-color: #B73914;
}
</style>
border-color css
<style>
span { border-color: #B73914; }
span { border-color: rgb(183,57,20); }
td.TdClassName
{
border-color: #B73914;
}
.TagClassName
{
border-color: #B73914;
}
</style>