Shades of Rust #B93C11
Tints of Rust #B93C11
RGB
CMYK
RGB Variations
Color information
#B93C11 (or 0xB93C11) is known color: Rust. HEX triplet: B9, 3C and 11. RGB value is (185,60,17). Sum of RGB (Red+Green+Blue) = 185+60+17=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C11 is #46C3EE. Grayscale: #5C5C5C. Windows color (decimal): -4637679 or 1129657. OLE color: 1129657.
HSL color Cylindrical-coordinate representation of color #B93C11: hue angle of 15.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93C11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.27 |
| HSL | 15.36º | 0.83% | 0.4% | - |
| HSV(B) | 15.36º | 0.91% | 0.73% | - |
| XYZ | 21.72 | 13.59 | 2.01 | - |
| YUV | 92.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 17 | 0 | 0.68 | 0.91 | 0.27 | 15.36 | 0.83 | 0.4 |
| Hex | B9 | 3C | 11 | 0 | 44 | 5B | 1B | F | 53 | 28 |
| Octal | 271 | 74 | 21 | 0 | 104 | 133 | 33 | 17 | 123 | 50 |
| Binary | 10111001 | 111100 | 10001 | 0 | 1000100 | 1011011 | 11011 | 1111 | 1010011 | 101000 |
Color Harmonies of #B93C11
Complementary color
Monochromatic Colors of #B93C11
Black with #B93C11
Text Example
Text Example
White with #B93C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C11; }
p { color: rgb(185,60,17); }
H1.HeaderClassName
{
color: #B93C11;
}
.AnyTagClassName
{
color: #B93C11;
}
</style>
background-color css
<style>
a { background-color: #B93C11; }
a { background-color: rgb(185,60,17); }
div.DivClassName
{
background-color: #B93C11;
}
.BgClassName
{
background-color: #B93C11;
}
</style>
border-color css
<style>
span { border-color: #B93C11; }
span { border-color: rgb(185,60,17); }
td.TdClassName
{
border-color: #B93C11;
}
.TagClassName
{
border-color: #B93C11;
}
</style>