Shades of Rust #B93810
Tints of Rust #B93810
RGB
CMYK
RGB Variations
Color information
#B93810 (or 0xB93810) is known color: Rust. HEX triplet: B9, 38 and 10. RGB value is (185,56,16). Sum of RGB (Red+Green+Blue) = 185+56+16=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93810 is #46C7EF. Grayscale: #5A5A5A. Windows color (decimal): -4638704 or 1063097. OLE color: 1063097.
HSL color Cylindrical-coordinate representation of color #B93810: hue angle of 14.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93810 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 14.2º | 0.84% | 0.39% | - |
| HSV(B) | 14.2º | 0.91% | 0.73% | - |
| XYZ | 21.52 | 13.18 | 1.9 | - |
| YUV | 90.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 16 | 0 | 0.70 | 0.91 | 0.27 | 14.2 | 0.84 | 0.39 |
| Hex | B9 | 38 | 10 | 0 | 46 | 5B | 1B | E | 54 | 27 |
| Octal | 271 | 70 | 20 | 0 | 106 | 133 | 33 | 16 | 124 | 47 |
| Binary | 10111001 | 111000 | 10000 | 0 | 1000110 | 1011011 | 11011 | 1110 | 1010100 | 100111 |
Color Harmonies of #B93810
Complementary color
Monochromatic Colors of #B93810
Black with #B93810
Text Example
Text Example
White with #B93810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93810; }
p { color: rgb(185,56,16); }
H1.HeaderClassName
{
color: #B93810;
}
.AnyTagClassName
{
color: #B93810;
}
</style>
background-color css
<style>
a { background-color: #B93810; }
a { background-color: rgb(185,56,16); }
div.DivClassName
{
background-color: #B93810;
}
.BgClassName
{
background-color: #B93810;
}
</style>
border-color css
<style>
span { border-color: #B93810; }
span { border-color: rgb(185,56,16); }
td.TdClassName
{
border-color: #B93810;
}
.TagClassName
{
border-color: #B93810;
}
</style>