Shades of Rust #B93C14
Tints of Rust #B93C14
RGB
CMYK
RGB Variations
Color information
#B93C14 (or 0xB93C14) is known color: Rust. HEX triplet: B9, 3C and 14. RGB value is (185,60,20). Sum of RGB (Red+Green+Blue) = 185+60+20=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C14 is #46C3EB. Grayscale: #5D5D5D. Windows color (decimal): -4637676 or 1326265. OLE color: 1326265.
HSL color Cylindrical-coordinate representation of color #B93C14: hue angle of 14.55º 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 #B93C14 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 20 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.27 |
| HSL | 14.55º | 0.8% | 0.4% | - |
| HSV(B) | 14.55º | 0.89% | 0.73% | - |
| XYZ | 21.75 | 13.6 | 2.14 | - |
| YUV | 92.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 20 | 0 | 0.68 | 0.89 | 0.27 | 14.55 | 0.8 | 0.4 |
| Hex | B9 | 3C | 14 | 0 | 44 | 59 | 1B | F | 50 | 28 |
| Octal | 271 | 74 | 24 | 0 | 104 | 131 | 33 | 17 | 120 | 50 |
| Binary | 10111001 | 111100 | 10100 | 0 | 1000100 | 1011001 | 11011 | 1111 | 1010000 | 101000 |
Color Harmonies of #B93C14
Complementary color
Monochromatic Colors of #B93C14
Black with #B93C14
Text Example
Text Example
White with #B93C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C14; }
p { color: rgb(185,60,20); }
H1.HeaderClassName
{
color: #B93C14;
}
.AnyTagClassName
{
color: #B93C14;
}
</style>
background-color css
<style>
a { background-color: #B93C14; }
a { background-color: rgb(185,60,20); }
div.DivClassName
{
background-color: #B93C14;
}
.BgClassName
{
background-color: #B93C14;
}
</style>
border-color css
<style>
span { border-color: #B93C14; }
span { border-color: rgb(185,60,20); }
td.TdClassName
{
border-color: #B93C14;
}
.TagClassName
{
border-color: #B93C14;
}
</style>