Shades of Rust #B94A1D
Tints of Rust #B94A1D
RGB
CMYK
RGB Variations
Color information
#B94A1D (or 0xB94A1D) is known color: Rust. HEX triplet: B9, 4A and 1D. RGB value is (185,74,29). Sum of RGB (Red+Green+Blue) = 185+74+29=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A1D is #46B5E2. Grayscale: #666666. Windows color (decimal): -4634083 or 1919673. OLE color: 1919673.
HSL color Cylindrical-coordinate representation of color #B94A1D: hue angle of 17.31º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B94A1D is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 29 | - |
| CMYK | 0 | 0.6 | 0.84 | 0.27 |
| HSL | 17.31º | 0.73% | 0.42% | - |
| HSV(B) | 17.31º | 0.84% | 0.73% | - |
| XYZ | 22.68 | 15.3 | 2.92 | - |
| YUV | 102.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 29 | 0 | 0.6 | 0.84 | 0.27 | 17.31 | 0.73 | 0.42 |
| Hex | B9 | 4A | 1D | 0 | 3C | 54 | 1B | 11 | 49 | 2A |
| Octal | 271 | 112 | 35 | 0 | 74 | 124 | 33 | 21 | 111 | 52 |
| Binary | 10111001 | 1001010 | 11101 | 0 | 111100 | 1010100 | 11011 | 10001 | 1001001 | 101010 |
Color Harmonies of #B94A1D
Complementary color
Monochromatic Colors of #B94A1D
Black with #B94A1D
Text Example
Text Example
White with #B94A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A1D; }
p { color: rgb(185,74,29); }
H1.HeaderClassName
{
color: #B94A1D;
}
.AnyTagClassName
{
color: #B94A1D;
}
</style>
background-color css
<style>
a { background-color: #B94A1D; }
a { background-color: rgb(185,74,29); }
div.DivClassName
{
background-color: #B94A1D;
}
.BgClassName
{
background-color: #B94A1D;
}
</style>
border-color css
<style>
span { border-color: #B94A1D; }
span { border-color: rgb(185,74,29); }
td.TdClassName
{
border-color: #B94A1D;
}
.TagClassName
{
border-color: #B94A1D;
}
</style>