Shades of Rust #B93512
Tints of Rust #B93512
RGB
CMYK
RGB Variations
Color information
#B93512 (or 0xB93512) is known color: Rust. HEX triplet: B9, 35 and 12. RGB value is (185,53,18). Sum of RGB (Red+Green+Blue) = 185+53+18=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93512 is #46CAED. Grayscale: #585858. Windows color (decimal): -4639470 or 1193401. OLE color: 1193401.
HSL color Cylindrical-coordinate representation of color #B93512: hue angle of 12.57º 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 #B93512 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.27 |
| HSL | 12.57º | 0.82% | 0.4% | - |
| HSV(B) | 12.57º | 0.9% | 0.73% | - |
| XYZ | 21.39 | 12.9 | 1.94 | - |
| YUV | 88.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 18 | 0 | 0.71 | 0.90 | 0.27 | 12.57 | 0.82 | 0.4 |
| Hex | B9 | 35 | 12 | 0 | 47 | 5A | 1B | D | 52 | 28 |
| Octal | 271 | 65 | 22 | 0 | 107 | 132 | 33 | 15 | 122 | 50 |
| Binary | 10111001 | 110101 | 10010 | 0 | 1000111 | 1011010 | 11011 | 1101 | 1010010 | 101000 |
Color Harmonies of #B93512
Complementary color
Monochromatic Colors of #B93512
Black with #B93512
Text Example
Text Example
White with #B93512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93512; }
p { color: rgb(185,53,18); }
H1.HeaderClassName
{
color: #B93512;
}
.AnyTagClassName
{
color: #B93512;
}
</style>
background-color css
<style>
a { background-color: #B93512; }
a { background-color: rgb(185,53,18); }
div.DivClassName
{
background-color: #B93512;
}
.BgClassName
{
background-color: #B93512;
}
</style>
border-color css
<style>
span { border-color: #B93512; }
span { border-color: rgb(185,53,18); }
td.TdClassName
{
border-color: #B93512;
}
.TagClassName
{
border-color: #B93512;
}
</style>