Shades of Rust #B93E1D
Tints of Rust #B93E1D
RGB
CMYK
RGB Variations
Color information
#B93E1D (or 0xB93E1D) is known color: Rust. HEX triplet: B9, 3E and 1D. RGB value is (185,62,29). Sum of RGB (Red+Green+Blue) = 185+62+29=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E1D is #46C1E2. Grayscale: #5F5F5F. Windows color (decimal): -4637155 or 1916601. OLE color: 1916601.
HSL color Cylindrical-coordinate representation of color #B93E1D: hue angle of 12.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B93E1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.27 |
| HSL | 12.69º | 0.73% | 0.42% | - |
| HSV(B) | 12.69º | 0.84% | 0.73% | - |
| XYZ | 21.95 | 13.85 | 2.68 | - |
| YUV | 95.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 29 | 0 | 0.66 | 0.84 | 0.27 | 12.69 | 0.73 | 0.42 |
| Hex | B9 | 3E | 1D | 0 | 42 | 54 | 1B | D | 49 | 2A |
| Octal | 271 | 76 | 35 | 0 | 102 | 124 | 33 | 15 | 111 | 52 |
| Binary | 10111001 | 111110 | 11101 | 0 | 1000010 | 1010100 | 11011 | 1101 | 1001001 | 101010 |
Color Harmonies of #B93E1D
Complementary color
Monochromatic Colors of #B93E1D
Black with #B93E1D
Text Example
Text Example
White with #B93E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E1D; }
p { color: rgb(185,62,29); }
H1.HeaderClassName
{
color: #B93E1D;
}
.AnyTagClassName
{
color: #B93E1D;
}
</style>
background-color css
<style>
a { background-color: #B93E1D; }
a { background-color: rgb(185,62,29); }
div.DivClassName
{
background-color: #B93E1D;
}
.BgClassName
{
background-color: #B93E1D;
}
</style>
border-color css
<style>
span { border-color: #B93E1D; }
span { border-color: rgb(185,62,29); }
td.TdClassName
{
border-color: #B93E1D;
}
.TagClassName
{
border-color: #B93E1D;
}
</style>