Shades of Rust #B93108
Tints of Rust #B93108
RGB
CMYK
RGB Variations
Color information
#B93108 (or 0xB93108) is known color: Rust. HEX triplet: B9, 31 and 08. RGB value is (185,49,8). Sum of RGB (Red+Green+Blue) = 185+49+8=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B93108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93108 is #46CEF7. Grayscale: #555555. Windows color (decimal): -4640504 or 537017. OLE color: 537017.
HSL color Cylindrical-coordinate representation of color #B93108: hue angle of 13.9º 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 #B93108 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.27 |
| HSL | 13.9º | 0.92% | 0.38% | - |
| HSV(B) | 13.9º | 0.96% | 0.73% | - |
| XYZ | 21.15 | 12.53 | 1.53 | - |
| YUV | 84.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 8 | 0 | 0.74 | 0.96 | 0.27 | 13.9 | 0.92 | 0.38 |
| Hex | B9 | 31 | 8 | 0 | 4A | 60 | 1B | E | 5C | 26 |
| Octal | 271 | 61 | 10 | 0 | 112 | 140 | 33 | 16 | 134 | 46 |
| Binary | 10111001 | 110001 | 1000 | 0 | 1001010 | 1100000 | 11011 | 1110 | 1011100 | 100110 |
Color Harmonies of #B93108
Complementary color
Monochromatic Colors of #B93108
Black with #B93108
Text Example
Text Example
White with #B93108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93108; }
p { color: rgb(185,49,8); }
H1.HeaderClassName
{
color: #B93108;
}
.AnyTagClassName
{
color: #B93108;
}
</style>
background-color css
<style>
a { background-color: #B93108; }
a { background-color: rgb(185,49,8); }
div.DivClassName
{
background-color: #B93108;
}
.BgClassName
{
background-color: #B93108;
}
</style>
border-color css
<style>
span { border-color: #B93108; }
span { border-color: rgb(185,49,8); }
td.TdClassName
{
border-color: #B93108;
}
.TagClassName
{
border-color: #B93108;
}
</style>