Shades of Rust #B93F15
Tints of Rust #B93F15
RGB
CMYK
RGB Variations
Color information
#B93F15 (or 0xB93F15) is known color: Rust. HEX triplet: B9, 3F and 15. RGB value is (185,63,21). Sum of RGB (Red+Green+Blue) = 185+63+21=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F15 is #46C0EA. Grayscale: #5E5E5E. Windows color (decimal): -4636907 or 1392569. OLE color: 1392569.
HSL color Cylindrical-coordinate representation of color #B93F15: hue angle of 15.37º 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 #B93F15 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.27 |
| HSL | 15.37º | 0.8% | 0.4% | - |
| HSV(B) | 15.37º | 0.89% | 0.73% | - |
| XYZ | 21.92 | 13.92 | 2.24 | - |
| YUV | 94.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 21 | 0 | 0.66 | 0.89 | 0.27 | 15.37 | 0.8 | 0.4 |
| Hex | B9 | 3F | 15 | 0 | 42 | 59 | 1B | F | 50 | 28 |
| Octal | 271 | 77 | 25 | 0 | 102 | 131 | 33 | 17 | 120 | 50 |
| Binary | 10111001 | 111111 | 10101 | 0 | 1000010 | 1011001 | 11011 | 1111 | 1010000 | 101000 |
Color Harmonies of #B93F15
Complementary color
Monochromatic Colors of #B93F15
Black with #B93F15
Text Example
Text Example
White with #B93F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F15; }
p { color: rgb(185,63,21); }
H1.HeaderClassName
{
color: #B93F15;
}
.AnyTagClassName
{
color: #B93F15;
}
</style>
background-color css
<style>
a { background-color: #B93F15; }
a { background-color: rgb(185,63,21); }
div.DivClassName
{
background-color: #B93F15;
}
.BgClassName
{
background-color: #B93F15;
}
</style>
border-color css
<style>
span { border-color: #B93F15; }
span { border-color: rgb(185,63,21); }
td.TdClassName
{
border-color: #B93F15;
}
.TagClassName
{
border-color: #B93F15;
}
</style>