Shades of Rust #B93B03
Tints of Rust #B93B03
RGB
CMYK
RGB Variations
Color information
#B93B03 (or 0xB93B03) is known color: Rust. HEX triplet: B9, 3B and 03. RGB value is (185,59,3). Sum of RGB (Red+Green+Blue) = 185+59+3=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B03 is #46C4FC. Grayscale: #5A5A5A. Windows color (decimal): -4637949 or 211897. OLE color: 211897.
HSL color Cylindrical-coordinate representation of color #B93B03: hue angle of 18.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B93B03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.27 |
| HSL | 18.46º | 0.97% | 0.37% | - |
| HSV(B) | 18.46º | 0.98% | 0.73% | - |
| XYZ | 21.59 | 13.45 | 1.54 | - |
| YUV | 90.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 3 | 0 | 0.68 | 0.98 | 0.27 | 18.46 | 0.97 | 0.37 |
| Hex | B9 | 3B | 3 | 0 | 44 | 62 | 1B | 12 | 61 | 25 |
| Octal | 271 | 73 | 3 | 0 | 104 | 142 | 33 | 22 | 141 | 45 |
| Binary | 10111001 | 111011 | 11 | 0 | 1000100 | 1100010 | 11011 | 10010 | 1100001 | 100101 |
Color Harmonies of #B93B03
Complementary color
Monochromatic Colors of #B93B03
Black with #B93B03
Text Example
Text Example
White with #B93B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93B03; }
p { color: rgb(185,59,3); }
H1.HeaderClassName
{
color: #B93B03;
}
.AnyTagClassName
{
color: #B93B03;
}
</style>
background-color css
<style>
a { background-color: #B93B03; }
a { background-color: rgb(185,59,3); }
div.DivClassName
{
background-color: #B93B03;
}
.BgClassName
{
background-color: #B93B03;
}
</style>
border-color css
<style>
span { border-color: #B93B03; }
span { border-color: rgb(185,59,3); }
td.TdClassName
{
border-color: #B93B03;
}
.TagClassName
{
border-color: #B93B03;
}
</style>