Shades of Rust #B93F0D
Tints of Rust #B93F0D
RGB
CMYK
RGB Variations
Color information
#B93F0D (or 0xB93F0D) is known color: Rust. HEX triplet: B9, 3F and 0D. RGB value is (185,63,13). Sum of RGB (Red+Green+Blue) = 185+63+13=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F0D is #46C0F2. Grayscale: #5E5E5E. Windows color (decimal): -4636915 or 868281. OLE color: 868281.
HSL color Cylindrical-coordinate representation of color #B93F0D: hue angle of 17.44º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B93F0D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.27 |
| HSL | 17.44º | 0.87% | 0.39% | - |
| HSV(B) | 17.44º | 0.93% | 0.73% | - |
| XYZ | 21.86 | 13.9 | 1.91 | - |
| YUV | 93.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 13 | 0 | 0.66 | 0.93 | 0.27 | 17.44 | 0.87 | 0.39 |
| Hex | B9 | 3F | D | 0 | 42 | 5D | 1B | 11 | 57 | 27 |
| Octal | 271 | 77 | 15 | 0 | 102 | 135 | 33 | 21 | 127 | 47 |
| Binary | 10111001 | 111111 | 1101 | 0 | 1000010 | 1011101 | 11011 | 10001 | 1010111 | 100111 |
Color Harmonies of #B93F0D
Complementary color
Monochromatic Colors of #B93F0D
Black with #B93F0D
Text Example
Text Example
White with #B93F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F0D; }
p { color: rgb(185,63,13); }
H1.HeaderClassName
{
color: #B93F0D;
}
.AnyTagClassName
{
color: #B93F0D;
}
</style>
background-color css
<style>
a { background-color: #B93F0D; }
a { background-color: rgb(185,63,13); }
div.DivClassName
{
background-color: #B93F0D;
}
.BgClassName
{
background-color: #B93F0D;
}
</style>
border-color css
<style>
span { border-color: #B93F0D; }
span { border-color: rgb(185,63,13); }
td.TdClassName
{
border-color: #B93F0D;
}
.TagClassName
{
border-color: #B93F0D;
}
</style>