Shades of Rust #B93F12
Tints of Rust #B93F12
RGB
CMYK
RGB Variations
Color information
#B93F12 (or 0xB93F12) is known color: Rust. HEX triplet: B9, 3F and 12. RGB value is (185,63,18). Sum of RGB (Red+Green+Blue) = 185+63+18=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F12 is #46C0ED. Grayscale: #5E5E5E. Windows color (decimal): -4636910 or 1195961. OLE color: 1195961.
HSL color Cylindrical-coordinate representation of color #B93F12: hue angle of 16.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93F12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.27 |
| HSL | 16.17º | 0.82% | 0.4% | - |
| HSV(B) | 16.17º | 0.9% | 0.73% | - |
| XYZ | 21.89 | 13.91 | 2.1 | - |
| YUV | 94.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 18 | 0 | 0.66 | 0.90 | 0.27 | 16.17 | 0.82 | 0.4 |
| Hex | B9 | 3F | 12 | 0 | 42 | 5A | 1B | 10 | 52 | 28 |
| Octal | 271 | 77 | 22 | 0 | 102 | 132 | 33 | 20 | 122 | 50 |
| Binary | 10111001 | 111111 | 10010 | 0 | 1000010 | 1011010 | 11011 | 10000 | 1010010 | 101000 |
Color Harmonies of #B93F12
Complementary color
Monochromatic Colors of #B93F12
Black with #B93F12
Text Example
Text Example
White with #B93F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F12; }
p { color: rgb(185,63,18); }
H1.HeaderClassName
{
color: #B93F12;
}
.AnyTagClassName
{
color: #B93F12;
}
</style>
background-color css
<style>
a { background-color: #B93F12; }
a { background-color: rgb(185,63,18); }
div.DivClassName
{
background-color: #B93F12;
}
.BgClassName
{
background-color: #B93F12;
}
</style>
border-color css
<style>
span { border-color: #B93F12; }
span { border-color: rgb(185,63,18); }
td.TdClassName
{
border-color: #B93F12;
}
.TagClassName
{
border-color: #B93F12;
}
</style>