Shades of Rust #B93F16
Tints of Rust #B93F16
RGB
CMYK
RGB Variations
Color information
#B93F16 (or 0xB93F16) is known color: Rust. HEX triplet: B9, 3F and 16. RGB value is (185,63,22). Sum of RGB (Red+Green+Blue) = 185+63+22=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F16 is #46C0E9. Grayscale: #5F5F5F. Windows color (decimal): -4636906 or 1458105. OLE color: 1458105.
HSL color Cylindrical-coordinate representation of color #B93F16: hue angle of 15.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B93F16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.27 |
| HSL | 15.09º | 0.79% | 0.41% | - |
| HSV(B) | 15.09º | 0.88% | 0.73% | - |
| XYZ | 21.93 | 13.93 | 2.29 | - |
| YUV | 94.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 22 | 0 | 0.66 | 0.88 | 0.27 | 15.09 | 0.79 | 0.41 |
| Hex | B9 | 3F | 16 | 0 | 42 | 58 | 1B | F | 4F | 29 |
| Octal | 271 | 77 | 26 | 0 | 102 | 130 | 33 | 17 | 117 | 51 |
| Binary | 10111001 | 111111 | 10110 | 0 | 1000010 | 1011000 | 11011 | 1111 | 1001111 | 101001 |
Color Harmonies of #B93F16
Complementary color
Monochromatic Colors of #B93F16
Black with #B93F16
Text Example
Text Example
White with #B93F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F16; }
p { color: rgb(185,63,22); }
H1.HeaderClassName
{
color: #B93F16;
}
.AnyTagClassName
{
color: #B93F16;
}
</style>
background-color css
<style>
a { background-color: #B93F16; }
a { background-color: rgb(185,63,22); }
div.DivClassName
{
background-color: #B93F16;
}
.BgClassName
{
background-color: #B93F16;
}
</style>
border-color css
<style>
span { border-color: #B93F16; }
span { border-color: rgb(185,63,22); }
td.TdClassName
{
border-color: #B93F16;
}
.TagClassName
{
border-color: #B93F16;
}
</style>