Shades of Rust #B93B1C
Tints of Rust #B93B1C
RGB
CMYK
RGB Variations
Color information
#B93B1C (or 0xB93B1C) is known color: Rust. HEX triplet: B9, 3B and 1C. RGB value is (185,59,28). Sum of RGB (Red+Green+Blue) = 185+59+28=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B1C is #46C4E3. Grayscale: #5D5D5D. Windows color (decimal): -4637924 or 1850297. OLE color: 1850297.
HSL color Cylindrical-coordinate representation of color #B93B1C: hue angle of 11.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B93B1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 28 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.27 |
| HSL | 11.85º | 0.74% | 0.42% | - |
| HSV(B) | 11.85º | 0.85% | 0.73% | - |
| XYZ | 21.78 | 13.53 | 2.56 | - |
| YUV | 93.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 28 | 0 | 0.68 | 0.85 | 0.27 | 11.85 | 0.74 | 0.42 |
| Hex | B9 | 3B | 1C | 0 | 44 | 55 | 1B | C | 4A | 2A |
| Octal | 271 | 73 | 34 | 0 | 104 | 125 | 33 | 14 | 112 | 52 |
| Binary | 10111001 | 111011 | 11100 | 0 | 1000100 | 1010101 | 11011 | 1100 | 1001010 | 101010 |
Color Harmonies of #B93B1C
Complementary color
Monochromatic Colors of #B93B1C
Black with #B93B1C
Text Example
Text Example
White with #B93B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93B1C; }
p { color: rgb(185,59,28); }
H1.HeaderClassName
{
color: #B93B1C;
}
.AnyTagClassName
{
color: #B93B1C;
}
</style>
background-color css
<style>
a { background-color: #B93B1C; }
a { background-color: rgb(185,59,28); }
div.DivClassName
{
background-color: #B93B1C;
}
.BgClassName
{
background-color: #B93B1C;
}
</style>
border-color css
<style>
span { border-color: #B93B1C; }
span { border-color: rgb(185,59,28); }
td.TdClassName
{
border-color: #B93B1C;
}
.TagClassName
{
border-color: #B93B1C;
}
</style>