Shades of Rust #B94313
Tints of Rust #B94313
RGB
CMYK
RGB Variations
Color information
#B94313 (or 0xB94313) is known color: Rust. HEX triplet: B9, 43 and 13. RGB value is (185,67,19). Sum of RGB (Red+Green+Blue) = 185+67+19=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B94313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94313 is #46BCEC. Grayscale: #616161. Windows color (decimal): -4635885 or 1262521. OLE color: 1262521.
HSL color Cylindrical-coordinate representation of color #B94313: hue angle of 17.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94313 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.27 |
| HSL | 17.35º | 0.81% | 0.4% | - |
| HSV(B) | 17.35º | 0.9% | 0.73% | - |
| XYZ | 22.13 | 14.38 | 2.22 | - |
| YUV | 96.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 19 | 0 | 0.64 | 0.90 | 0.27 | 17.35 | 0.81 | 0.4 |
| Hex | B9 | 43 | 13 | 0 | 40 | 5A | 1B | 11 | 51 | 28 |
| Octal | 271 | 103 | 23 | 0 | 100 | 132 | 33 | 21 | 121 | 50 |
| Binary | 10111001 | 1000011 | 10011 | 0 | 1000000 | 1011010 | 11011 | 10001 | 1010001 | 101000 |
Color Harmonies of #B94313
Complementary color
Monochromatic Colors of #B94313
Black with #B94313
Text Example
Text Example
White with #B94313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94313; }
p { color: rgb(185,67,19); }
H1.HeaderClassName
{
color: #B94313;
}
.AnyTagClassName
{
color: #B94313;
}
</style>
background-color css
<style>
a { background-color: #B94313; }
a { background-color: rgb(185,67,19); }
div.DivClassName
{
background-color: #B94313;
}
.BgClassName
{
background-color: #B94313;
}
</style>
border-color css
<style>
span { border-color: #B94313; }
span { border-color: rgb(185,67,19); }
td.TdClassName
{
border-color: #B94313;
}
.TagClassName
{
border-color: #B94313;
}
</style>