Shades of Rust #B93D0E
Tints of Rust #B93D0E
RGB
CMYK
RGB Variations
Color information
#B93D0E (or 0xB93D0E) is known color: Rust. HEX triplet: B9, 3D and 0E. RGB value is (185,61,14). Sum of RGB (Red+Green+Blue) = 185+61+14=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D0E is #46C2F1. Grayscale: #5D5D5D. Windows color (decimal): -4637426 or 933305. OLE color: 933305.
HSL color Cylindrical-coordinate representation of color #B93D0E: hue angle of 16.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B93D0E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.27 |
| HSL | 16.49º | 0.86% | 0.39% | - |
| HSV(B) | 16.49º | 0.92% | 0.73% | - |
| XYZ | 21.76 | 13.68 | 1.91 | - |
| YUV | 92.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 14 | 0 | 0.67 | 0.92 | 0.27 | 16.49 | 0.86 | 0.39 |
| Hex | B9 | 3D | E | 0 | 43 | 5C | 1B | 10 | 56 | 27 |
| Octal | 271 | 75 | 16 | 0 | 103 | 134 | 33 | 20 | 126 | 47 |
| Binary | 10111001 | 111101 | 1110 | 0 | 1000011 | 1011100 | 11011 | 10000 | 1010110 | 100111 |
Color Harmonies of #B93D0E
Complementary color
Monochromatic Colors of #B93D0E
Black with #B93D0E
Text Example
Text Example
White with #B93D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D0E; }
p { color: rgb(185,61,14); }
H1.HeaderClassName
{
color: #B93D0E;
}
.AnyTagClassName
{
color: #B93D0E;
}
</style>
background-color css
<style>
a { background-color: #B93D0E; }
a { background-color: rgb(185,61,14); }
div.DivClassName
{
background-color: #B93D0E;
}
.BgClassName
{
background-color: #B93D0E;
}
</style>
border-color css
<style>
span { border-color: #B93D0E; }
span { border-color: rgb(185,61,14); }
td.TdClassName
{
border-color: #B93D0E;
}
.TagClassName
{
border-color: #B93D0E;
}
</style>