Shades of Rust #B94318
Tints of Rust #B94318
RGB
CMYK
RGB Variations
Color information
#B94318 (or 0xB94318) is known color: Rust. HEX triplet: B9, 43 and 18. RGB value is (185,67,24). Sum of RGB (Red+Green+Blue) = 185+67+24=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94318 is #46BCE7. Grayscale: #616161. Windows color (decimal): -4635880 or 1590201. OLE color: 1590201.
HSL color Cylindrical-coordinate representation of color #B94318: hue angle of 16.02º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B94318 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.27 |
| HSL | 16.02º | 0.77% | 0.41% | - |
| HSV(B) | 16.02º | 0.87% | 0.73% | - |
| XYZ | 22.18 | 14.39 | 2.47 | - |
| YUV | 97.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 24 | 0 | 0.64 | 0.87 | 0.27 | 16.02 | 0.77 | 0.41 |
| Hex | B9 | 43 | 18 | 0 | 40 | 57 | 1B | 10 | 4D | 29 |
| Octal | 271 | 103 | 30 | 0 | 100 | 127 | 33 | 20 | 115 | 51 |
| Binary | 10111001 | 1000011 | 11000 | 0 | 1000000 | 1010111 | 11011 | 10000 | 1001101 | 101001 |
Color Harmonies of #B94318
Complementary color
Monochromatic Colors of #B94318
Black with #B94318
Text Example
Text Example
White with #B94318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94318; }
p { color: rgb(185,67,24); }
H1.HeaderClassName
{
color: #B94318;
}
.AnyTagClassName
{
color: #B94318;
}
</style>
background-color css
<style>
a { background-color: #B94318; }
a { background-color: rgb(185,67,24); }
div.DivClassName
{
background-color: #B94318;
}
.BgClassName
{
background-color: #B94318;
}
</style>
border-color css
<style>
span { border-color: #B94318; }
span { border-color: rgb(185,67,24); }
td.TdClassName
{
border-color: #B94318;
}
.TagClassName
{
border-color: #B94318;
}
</style>