Shades of Rust #B9380E
Tints of Rust #B9380E
RGB
CMYK
RGB Variations
Color information
#B9380E (or 0xB9380E) is known color: Rust. HEX triplet: B9, 38 and 0E. RGB value is (185,56,14). Sum of RGB (Red+Green+Blue) = 185+56+14=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B9380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9380E is #46C7F1. Grayscale: #5A5A5A. Windows color (decimal): -4638706 or 932025. OLE color: 932025.
HSL color Cylindrical-coordinate representation of color #B9380E: hue angle of 14.74º 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 #B9380E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.74º | 0.86% | 0.39% | - |
| HSV(B) | 14.74º | 0.92% | 0.73% | - |
| XYZ | 21.5 | 13.17 | 1.83 | - |
| YUV | 89.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 14 | 0 | 0.70 | 0.92 | 0.27 | 14.74 | 0.86 | 0.39 |
| Hex | B9 | 38 | E | 0 | 46 | 5C | 1B | F | 56 | 27 |
| Octal | 271 | 70 | 16 | 0 | 106 | 134 | 33 | 17 | 126 | 47 |
| Binary | 10111001 | 111000 | 1110 | 0 | 1000110 | 1011100 | 11011 | 1111 | 1010110 | 100111 |
Color Harmonies of #B9380E
Complementary color
Monochromatic Colors of #B9380E
Black with #B9380E
Text Example
Text Example
White with #B9380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9380E; }
p { color: rgb(185,56,14); }
H1.HeaderClassName
{
color: #B9380E;
}
.AnyTagClassName
{
color: #B9380E;
}
</style>
background-color css
<style>
a { background-color: #B9380E; }
a { background-color: rgb(185,56,14); }
div.DivClassName
{
background-color: #B9380E;
}
.BgClassName
{
background-color: #B9380E;
}
</style>
border-color css
<style>
span { border-color: #B9380E; }
span { border-color: rgb(185,56,14); }
td.TdClassName
{
border-color: #B9380E;
}
.TagClassName
{
border-color: #B9380E;
}
</style>