Shades of Rust #B93613
Tints of Rust #B93613
RGB
CMYK
RGB Variations
Color information
#B93613 (or 0xB93613) is known color: Rust. HEX triplet: B9, 36 and 13. RGB value is (185,54,19). Sum of RGB (Red+Green+Blue) = 185+54+19=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93613 is #46C9EC. Grayscale: #595959. Windows color (decimal): -4639213 or 1259193. OLE color: 1259193.
HSL color Cylindrical-coordinate representation of color #B93613: hue angle of 12.65º degrees, saturation: 0.81, 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 #B93613 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.27 |
| HSL | 12.65º | 0.81% | 0.4% | - |
| HSV(B) | 12.65º | 0.9% | 0.73% | - |
| XYZ | 21.44 | 13 | 2 | - |
| YUV | 89.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 19 | 0 | 0.71 | 0.90 | 0.27 | 12.65 | 0.81 | 0.4 |
| Hex | B9 | 36 | 13 | 0 | 47 | 5A | 1B | D | 51 | 28 |
| Octal | 271 | 66 | 23 | 0 | 107 | 132 | 33 | 15 | 121 | 50 |
| Binary | 10111001 | 110110 | 10011 | 0 | 1000111 | 1011010 | 11011 | 1101 | 1010001 | 101000 |
Color Harmonies of #B93613
Complementary color
Monochromatic Colors of #B93613
Black with #B93613
Text Example
Text Example
White with #B93613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93613; }
p { color: rgb(185,54,19); }
H1.HeaderClassName
{
color: #B93613;
}
.AnyTagClassName
{
color: #B93613;
}
</style>
background-color css
<style>
a { background-color: #B93613; }
a { background-color: rgb(185,54,19); }
div.DivClassName
{
background-color: #B93613;
}
.BgClassName
{
background-color: #B93613;
}
</style>
border-color css
<style>
span { border-color: #B93613; }
span { border-color: rgb(185,54,19); }
td.TdClassName
{
border-color: #B93613;
}
.TagClassName
{
border-color: #B93613;
}
</style>