Shades of Rust #B9430D
Tints of Rust #B9430D
RGB
CMYK
RGB Variations
Color information
#B9430D (or 0xB9430D) is known color: Rust. HEX triplet: B9, 43 and 0D. RGB value is (185,67,13). Sum of RGB (Red+Green+Blue) = 185+67+13=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9430D is #46BCF2. Grayscale: #606060. Windows color (decimal): -4635891 or 869305. OLE color: 869305.
HSL color Cylindrical-coordinate representation of color #B9430D: hue angle of 18.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9430D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.27 |
| HSL | 18.84º | 0.87% | 0.39% | - |
| HSV(B) | 18.84º | 0.93% | 0.73% | - |
| XYZ | 22.09 | 14.36 | 1.99 | - |
| YUV | 96.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 13 | 0 | 0.64 | 0.93 | 0.27 | 18.84 | 0.87 | 0.39 |
| Hex | B9 | 43 | D | 0 | 40 | 5D | 1B | 13 | 57 | 27 |
| Octal | 271 | 103 | 15 | 0 | 100 | 135 | 33 | 23 | 127 | 47 |
| Binary | 10111001 | 1000011 | 1101 | 0 | 1000000 | 1011101 | 11011 | 10011 | 1010111 | 100111 |
Color Harmonies of #B9430D
Complementary color
Monochromatic Colors of #B9430D
Black with #B9430D
Text Example
Text Example
White with #B9430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9430D; }
p { color: rgb(185,67,13); }
H1.HeaderClassName
{
color: #B9430D;
}
.AnyTagClassName
{
color: #B9430D;
}
</style>
background-color css
<style>
a { background-color: #B9430D; }
a { background-color: rgb(185,67,13); }
div.DivClassName
{
background-color: #B9430D;
}
.BgClassName
{
background-color: #B9430D;
}
</style>
border-color css
<style>
span { border-color: #B9430D; }
span { border-color: rgb(185,67,13); }
td.TdClassName
{
border-color: #B9430D;
}
.TagClassName
{
border-color: #B9430D;
}
</style>