Shades of Rust #B93D1E
Tints of Rust #B93D1E
RGB
CMYK
RGB Variations
Color information
#B93D1E (or 0xB93D1E) is known color: Rust. HEX triplet: B9, 3D and 1E. RGB value is (185,61,30). Sum of RGB (Red+Green+Blue) = 185+61+30=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D1E is #46C2E1. Grayscale: #5E5E5E. Windows color (decimal): -4637410 or 1981881. OLE color: 1981881.
HSL color Cylindrical-coordinate representation of color #B93D1E: hue angle of 12º degrees, saturation: 0.72, 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 #B93D1E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 30 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.27 |
| HSL | 12º | 0.72% | 0.42% | - |
| HSV(B) | 12º | 0.84% | 0.73% | - |
| XYZ | 21.91 | 13.75 | 2.73 | - |
| YUV | 94.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 30 | 0 | 0.67 | 0.84 | 0.27 | 12 | 0.72 | 0.42 |
| Hex | B9 | 3D | 1E | 0 | 43 | 54 | 1B | C | 48 | 2A |
| Octal | 271 | 75 | 36 | 0 | 103 | 124 | 33 | 14 | 110 | 52 |
| Binary | 10111001 | 111101 | 11110 | 0 | 1000011 | 1010100 | 11011 | 1100 | 1001000 | 101010 |
Color Harmonies of #B93D1E
Complementary color
Monochromatic Colors of #B93D1E
Black with #B93D1E
Text Example
Text Example
White with #B93D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D1E; }
p { color: rgb(185,61,30); }
H1.HeaderClassName
{
color: #B93D1E;
}
.AnyTagClassName
{
color: #B93D1E;
}
</style>
background-color css
<style>
a { background-color: #B93D1E; }
a { background-color: rgb(185,61,30); }
div.DivClassName
{
background-color: #B93D1E;
}
.BgClassName
{
background-color: #B93D1E;
}
</style>
border-color css
<style>
span { border-color: #B93D1E; }
span { border-color: rgb(185,61,30); }
td.TdClassName
{
border-color: #B93D1E;
}
.TagClassName
{
border-color: #B93D1E;
}
</style>