Shades of Rust #B9430E
Tints of Rust #B9430E
RGB
CMYK
RGB Variations
Color information
#B9430E (or 0xB9430E) is known color: Rust. HEX triplet: B9, 43 and 0E. RGB value is (185,67,14). Sum of RGB (Red+Green+Blue) = 185+67+14=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9430E is #46BCF1. Grayscale: #606060. Windows color (decimal): -4635890 or 934841. OLE color: 934841.
HSL color Cylindrical-coordinate representation of color #B9430E: hue angle of 18.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9430E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.27 |
| HSL | 18.6º | 0.86% | 0.39% | - |
| HSV(B) | 18.6º | 0.92% | 0.73% | - |
| XYZ | 22.09 | 14.36 | 2.02 | - |
| YUV | 96.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 14 | 0 | 0.64 | 0.92 | 0.27 | 18.6 | 0.86 | 0.39 |
| Hex | B9 | 43 | E | 0 | 40 | 5C | 1B | 13 | 56 | 27 |
| Octal | 271 | 103 | 16 | 0 | 100 | 134 | 33 | 23 | 126 | 47 |
| Binary | 10111001 | 1000011 | 1110 | 0 | 1000000 | 1011100 | 11011 | 10011 | 1010110 | 100111 |
Color Harmonies of #B9430E
Complementary color
Monochromatic Colors of #B9430E
Black with #B9430E
Text Example
Text Example
White with #B9430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9430E; }
p { color: rgb(185,67,14); }
H1.HeaderClassName
{
color: #B9430E;
}
.AnyTagClassName
{
color: #B9430E;
}
</style>
background-color css
<style>
a { background-color: #B9430E; }
a { background-color: rgb(185,67,14); }
div.DivClassName
{
background-color: #B9430E;
}
.BgClassName
{
background-color: #B9430E;
}
</style>
border-color css
<style>
span { border-color: #B9430E; }
span { border-color: rgb(185,67,14); }
td.TdClassName
{
border-color: #B9430E;
}
.TagClassName
{
border-color: #B9430E;
}
</style>