Shades of Rust #B93000
Tints of Rust #B93000
RGB
CMYK
RGB Variations
Color information
#B93000 (or 0xB93000) is known color: Rust. HEX triplet: B9, 30 and 00. RGB value is (185,48,0). Sum of RGB (Red+Green+Blue) = 185+48+0=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B93000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93000 is #46CFFF. Grayscale: #535353. Windows color (decimal): -4640768 or 12473. OLE color: 12473.
HSL color Cylindrical-coordinate representation of color #B93000: hue angle of 15.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B93000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.27 |
| HSL | 15.57º | 1% | 0.36% | - |
| HSV(B) | 15.57º | 1% | 0.73% | - |
| XYZ | 21.06 | 12.43 | 1.29 | - |
| YUV | 83.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 0 | 0 | 0.74 | 1 | 0.27 | 15.57 | 1 | 0.36 |
| Hex | B9 | 30 | 0 | 0 | 4A | 64 | 1B | 10 | 64 | 24 |
| Octal | 271 | 60 | 0 | 0 | 112 | 144 | 33 | 20 | 144 | 44 |
| Binary | 10111001 | 110000 | 0 | 0 | 1001010 | 1100100 | 11011 | 10000 | 1100100 | 100100 |
Color Harmonies of #B93000
Complementary color
Monochromatic Colors of #B93000
Black with #B93000
Text Example
Text Example
White with #B93000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93000; }
p { color: rgb(185,48,0); }
H1.HeaderClassName
{
color: #B93000;
}
.AnyTagClassName
{
color: #B93000;
}
</style>
background-color css
<style>
a { background-color: #B93000; }
a { background-color: rgb(185,48,0); }
div.DivClassName
{
background-color: #B93000;
}
.BgClassName
{
background-color: #B93000;
}
</style>
border-color css
<style>
span { border-color: #B93000; }
span { border-color: rgb(185,48,0); }
td.TdClassName
{
border-color: #B93000;
}
.TagClassName
{
border-color: #B93000;
}
</style>