Shades of Rust #B93F10
Tints of Rust #B93F10
RGB
CMYK
RGB Variations
Color information
#B93F10 (or 0xB93F10) is known color: Rust. HEX triplet: B9, 3F and 10. RGB value is (185,63,16). Sum of RGB (Red+Green+Blue) = 185+63+16=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F10 is #46C0EF. Grayscale: #5E5E5E. Windows color (decimal): -4636912 or 1064889. OLE color: 1064889.
HSL color Cylindrical-coordinate representation of color #B93F10: hue angle of 16.69º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93F10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.27 |
| HSL | 16.69º | 0.84% | 0.39% | - |
| HSV(B) | 16.69º | 0.91% | 0.73% | - |
| XYZ | 21.88 | 13.91 | 2.02 | - |
| YUV | 94.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 16 | 0 | 0.66 | 0.91 | 0.27 | 16.69 | 0.84 | 0.39 |
| Hex | B9 | 3F | 10 | 0 | 42 | 5B | 1B | 11 | 54 | 27 |
| Octal | 271 | 77 | 20 | 0 | 102 | 133 | 33 | 21 | 124 | 47 |
| Binary | 10111001 | 111111 | 10000 | 0 | 1000010 | 1011011 | 11011 | 10001 | 1010100 | 100111 |
Color Harmonies of #B93F10
Complementary color
Monochromatic Colors of #B93F10
Black with #B93F10
Text Example
Text Example
White with #B93F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F10; }
p { color: rgb(185,63,16); }
H1.HeaderClassName
{
color: #B93F10;
}
.AnyTagClassName
{
color: #B93F10;
}
</style>
background-color css
<style>
a { background-color: #B93F10; }
a { background-color: rgb(185,63,16); }
div.DivClassName
{
background-color: #B93F10;
}
.BgClassName
{
background-color: #B93F10;
}
</style>
border-color css
<style>
span { border-color: #B93F10; }
span { border-color: rgb(185,63,16); }
td.TdClassName
{
border-color: #B93F10;
}
.TagClassName
{
border-color: #B93F10;
}
</style>