Shades of Rust #B93914
Tints of Rust #B93914
RGB
CMYK
RGB Variations
Color information
#B93914 (or 0xB93914) is known color: Rust. HEX triplet: B9, 39 and 14. RGB value is (185,57,20). Sum of RGB (Red+Green+Blue) = 185+57+20=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93914 is #46C6EB. Grayscale: #5B5B5B. Windows color (decimal): -4638444 or 1325497. OLE color: 1325497.
HSL color Cylindrical-coordinate representation of color #B93914: hue angle of 13.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93914 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.27 |
| HSL | 13.45º | 0.8% | 0.4% | - |
| HSV(B) | 13.45º | 0.89% | 0.73% | - |
| XYZ | 21.6 | 13.29 | 2.09 | - |
| YUV | 91.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 20 | 0 | 0.69 | 0.89 | 0.27 | 13.45 | 0.8 | 0.4 |
| Hex | B9 | 39 | 14 | 0 | 45 | 59 | 1B | D | 50 | 28 |
| Octal | 271 | 71 | 24 | 0 | 105 | 131 | 33 | 15 | 120 | 50 |
| Binary | 10111001 | 111001 | 10100 | 0 | 1000101 | 1011001 | 11011 | 1101 | 1010000 | 101000 |
Color Harmonies of #B93914
Complementary color
Monochromatic Colors of #B93914
Black with #B93914
Text Example
Text Example
White with #B93914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93914; }
p { color: rgb(185,57,20); }
H1.HeaderClassName
{
color: #B93914;
}
.AnyTagClassName
{
color: #B93914;
}
</style>
background-color css
<style>
a { background-color: #B93914; }
a { background-color: rgb(185,57,20); }
div.DivClassName
{
background-color: #B93914;
}
.BgClassName
{
background-color: #B93914;
}
</style>
border-color css
<style>
span { border-color: #B93914; }
span { border-color: rgb(185,57,20); }
td.TdClassName
{
border-color: #B93914;
}
.TagClassName
{
border-color: #B93914;
}
</style>