Shades of Rust #B93103
Tints of Rust #B93103
RGB
CMYK
RGB Variations
Color information
#B93103 (or 0xB93103) is known color: Rust. HEX triplet: B9, 31 and 03. RGB value is (185,49,3). Sum of RGB (Red+Green+Blue) = 185+49+3=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B93103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93103 is #46CEFC. Grayscale: #545454. Windows color (decimal): -4640509 or 209337. OLE color: 209337.
HSL color Cylindrical-coordinate representation of color #B93103: hue angle of 15.16º 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 #B93103 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.27 |
| HSL | 15.16º | 0.97% | 0.37% | - |
| HSV(B) | 15.16º | 0.98% | 0.73% | - |
| XYZ | 21.12 | 12.52 | 1.39 | - |
| YUV | 84.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 3 | 0 | 0.74 | 0.98 | 0.27 | 15.16 | 0.97 | 0.37 |
| Hex | B9 | 31 | 3 | 0 | 4A | 62 | 1B | F | 61 | 25 |
| Octal | 271 | 61 | 3 | 0 | 112 | 142 | 33 | 17 | 141 | 45 |
| Binary | 10111001 | 110001 | 11 | 0 | 1001010 | 1100010 | 11011 | 1111 | 1100001 | 100101 |
Color Harmonies of #B93103
Complementary color
Monochromatic Colors of #B93103
Black with #B93103
Text Example
Text Example
White with #B93103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93103; }
p { color: rgb(185,49,3); }
H1.HeaderClassName
{
color: #B93103;
}
.AnyTagClassName
{
color: #B93103;
}
</style>
background-color css
<style>
a { background-color: #B93103; }
a { background-color: rgb(185,49,3); }
div.DivClassName
{
background-color: #B93103;
}
.BgClassName
{
background-color: #B93103;
}
</style>
border-color css
<style>
span { border-color: #B93103; }
span { border-color: rgb(185,49,3); }
td.TdClassName
{
border-color: #B93103;
}
.TagClassName
{
border-color: #B93103;
}
</style>