Shades of Rust #B93908
Tints of Rust #B93908
RGB
CMYK
RGB Variations
Color information
#B93908 (or 0xB93908) is known color: Rust. HEX triplet: B9, 39 and 08. RGB value is (185,57,8). Sum of RGB (Red+Green+Blue) = 185+57+8=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B93908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93908 is #46C6F7. Grayscale: #5A5A5A. Windows color (decimal): -4638456 or 539065. OLE color: 539065.
HSL color Cylindrical-coordinate representation of color #B93908: hue angle of 16.61º 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 #B93908 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.27 |
| HSL | 16.61º | 0.92% | 0.38% | - |
| HSV(B) | 16.61º | 0.96% | 0.73% | - |
| XYZ | 21.51 | 13.26 | 1.65 | - |
| YUV | 89.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 8 | 0 | 0.69 | 0.96 | 0.27 | 16.61 | 0.92 | 0.38 |
| Hex | B9 | 39 | 8 | 0 | 45 | 60 | 1B | 11 | 5C | 26 |
| Octal | 271 | 71 | 10 | 0 | 105 | 140 | 33 | 21 | 134 | 46 |
| Binary | 10111001 | 111001 | 1000 | 0 | 1000101 | 1100000 | 11011 | 10001 | 1011100 | 100110 |
Color Harmonies of #B93908
Complementary color
Monochromatic Colors of #B93908
Black with #B93908
Text Example
Text Example
White with #B93908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93908; }
p { color: rgb(185,57,8); }
H1.HeaderClassName
{
color: #B93908;
}
.AnyTagClassName
{
color: #B93908;
}
</style>
background-color css
<style>
a { background-color: #B93908; }
a { background-color: rgb(185,57,8); }
div.DivClassName
{
background-color: #B93908;
}
.BgClassName
{
background-color: #B93908;
}
</style>
border-color css
<style>
span { border-color: #B93908; }
span { border-color: rgb(185,57,8); }
td.TdClassName
{
border-color: #B93908;
}
.TagClassName
{
border-color: #B93908;
}
</style>