Shades of Rust #B93808
Tints of Rust #B93808
RGB
CMYK
RGB Variations
Color information
#B93808 (or 0xB93808) is known color: Rust. HEX triplet: B9, 38 and 08. RGB value is (185,56,8). Sum of RGB (Red+Green+Blue) = 185+56+8=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B93808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93808 is #46C7F7. Grayscale: #595959. Windows color (decimal): -4638712 or 538809. OLE color: 538809.
HSL color Cylindrical-coordinate representation of color #B93808: hue angle of 16.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93808 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.27 |
| HSL | 16.27º | 0.92% | 0.38% | - |
| HSV(B) | 16.27º | 0.96% | 0.73% | - |
| XYZ | 21.47 | 13.16 | 1.64 | - |
| YUV | 89.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 8 | 0 | 0.70 | 0.96 | 0.27 | 16.27 | 0.92 | 0.38 |
| Hex | B9 | 38 | 8 | 0 | 46 | 60 | 1B | 10 | 5C | 26 |
| Octal | 271 | 70 | 10 | 0 | 106 | 140 | 33 | 20 | 134 | 46 |
| Binary | 10111001 | 111000 | 1000 | 0 | 1000110 | 1100000 | 11011 | 10000 | 1011100 | 100110 |
Color Harmonies of #B93808
Complementary color
Monochromatic Colors of #B93808
Black with #B93808
Text Example
Text Example
White with #B93808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93808; }
p { color: rgb(185,56,8); }
H1.HeaderClassName
{
color: #B93808;
}
.AnyTagClassName
{
color: #B93808;
}
</style>
background-color css
<style>
a { background-color: #B93808; }
a { background-color: rgb(185,56,8); }
div.DivClassName
{
background-color: #B93808;
}
.BgClassName
{
background-color: #B93808;
}
</style>
border-color css
<style>
span { border-color: #B93808; }
span { border-color: rgb(185,56,8); }
td.TdClassName
{
border-color: #B93808;
}
.TagClassName
{
border-color: #B93808;
}
</style>