Shades of Rust #B93303
Tints of Rust #B93303
RGB
CMYK
RGB Variations
Color information
#B93303 (or 0xB93303) is known color: Rust. HEX triplet: B9, 33 and 03. RGB value is (185,51,3). Sum of RGB (Red+Green+Blue) = 185+51+3=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B93303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93303 is #46CCFC. Grayscale: #555555. Windows color (decimal): -4639997 or 209849. OLE color: 209849.
HSL color Cylindrical-coordinate representation of color #B93303: hue angle of 15.82º 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 #B93303 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.27 |
| HSL | 15.82º | 0.97% | 0.37% | - |
| HSV(B) | 15.82º | 0.98% | 0.73% | - |
| XYZ | 21.21 | 12.69 | 1.42 | - |
| YUV | 85.59 | 81.39 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 3 | 0 | 0.72 | 0.98 | 0.27 | 15.82 | 0.97 | 0.37 |
| Hex | B9 | 33 | 3 | 0 | 48 | 62 | 1B | 10 | 61 | 25 |
| Octal | 271 | 63 | 3 | 0 | 110 | 142 | 33 | 20 | 141 | 45 |
| Binary | 10111001 | 110011 | 11 | 0 | 1001000 | 1100010 | 11011 | 10000 | 1100001 | 100101 |
Color Harmonies of #B93303
Complementary color
Monochromatic Colors of #B93303
Black with #B93303
Text Example
Text Example
White with #B93303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93303; }
p { color: rgb(185,51,3); }
H1.HeaderClassName
{
color: #B93303;
}
.AnyTagClassName
{
color: #B93303;
}
</style>
background-color css
<style>
a { background-color: #B93303; }
a { background-color: rgb(185,51,3); }
div.DivClassName
{
background-color: #B93303;
}
.BgClassName
{
background-color: #B93303;
}
</style>
border-color css
<style>
span { border-color: #B93303; }
span { border-color: rgb(185,51,3); }
td.TdClassName
{
border-color: #B93303;
}
.TagClassName
{
border-color: #B93303;
}
</style>