Shades of Rust #B93205
Tints of Rust #B93205
RGB
CMYK
RGB Variations
Color information
#B93205 (or 0xB93205) is known color: Rust. HEX triplet: B9, 32 and 05. RGB value is (185,50,5). Sum of RGB (Red+Green+Blue) = 185+50+5=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B93205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93205 is #46CDFA. Grayscale: #555555. Windows color (decimal): -4640251 or 340665. OLE color: 340665.
HSL color Cylindrical-coordinate representation of color #B93205: hue angle of 15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B93205 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.27 |
| HSL | 15º | 0.95% | 0.37% | - |
| HSV(B) | 15º | 0.97% | 0.73% | - |
| XYZ | 21.18 | 12.61 | 1.46 | - |
| YUV | 85.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 5 | 0 | 0.73 | 0.97 | 0.27 | 15 | 0.95 | 0.37 |
| Hex | B9 | 32 | 5 | 0 | 49 | 61 | 1B | F | 5F | 25 |
| Octal | 271 | 62 | 5 | 0 | 111 | 141 | 33 | 17 | 137 | 45 |
| Binary | 10111001 | 110010 | 101 | 0 | 1001001 | 1100001 | 11011 | 1111 | 1011111 | 100101 |
Color Harmonies of #B93205
Complementary color
Monochromatic Colors of #B93205
Black with #B93205
Text Example
Text Example
White with #B93205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93205; }
p { color: rgb(185,50,5); }
H1.HeaderClassName
{
color: #B93205;
}
.AnyTagClassName
{
color: #B93205;
}
</style>
background-color css
<style>
a { background-color: #B93205; }
a { background-color: rgb(185,50,5); }
div.DivClassName
{
background-color: #B93205;
}
.BgClassName
{
background-color: #B93205;
}
</style>
border-color css
<style>
span { border-color: #B93205; }
span { border-color: rgb(185,50,5); }
td.TdClassName
{
border-color: #B93205;
}
.TagClassName
{
border-color: #B93205;
}
</style>