Shades of Rust #B93412
Tints of Rust #B93412
RGB
CMYK
RGB Variations
Color information
#B93412 (or 0xB93412) is known color: Rust. HEX triplet: B9, 34 and 12. RGB value is (185,52,18). Sum of RGB (Red+Green+Blue) = 185+52+18=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93412 is #46CBED. Grayscale: #585858. Windows color (decimal): -4639726 or 1193145. OLE color: 1193145.
HSL color Cylindrical-coordinate representation of color #B93412: hue angle of 12.22º 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 #B93412 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.27 |
| HSL | 12.22º | 0.82% | 0.4% | - |
| HSV(B) | 12.22º | 0.9% | 0.73% | - |
| XYZ | 21.34 | 12.81 | 1.92 | - |
| YUV | 87.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 18 | 0 | 0.72 | 0.90 | 0.27 | 12.22 | 0.82 | 0.4 |
| Hex | B9 | 34 | 12 | 0 | 48 | 5A | 1B | C | 52 | 28 |
| Octal | 271 | 64 | 22 | 0 | 110 | 132 | 33 | 14 | 122 | 50 |
| Binary | 10111001 | 110100 | 10010 | 0 | 1001000 | 1011010 | 11011 | 1100 | 1010010 | 101000 |
Color Harmonies of #B93412
Complementary color
Monochromatic Colors of #B93412
Black with #B93412
Text Example
Text Example
White with #B93412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93412; }
p { color: rgb(185,52,18); }
H1.HeaderClassName
{
color: #B93412;
}
.AnyTagClassName
{
color: #B93412;
}
</style>
background-color css
<style>
a { background-color: #B93412; }
a { background-color: rgb(185,52,18); }
div.DivClassName
{
background-color: #B93412;
}
.BgClassName
{
background-color: #B93412;
}
</style>
border-color css
<style>
span { border-color: #B93412; }
span { border-color: rgb(185,52,18); }
td.TdClassName
{
border-color: #B93412;
}
.TagClassName
{
border-color: #B93412;
}
</style>