Shades of Rust #B94A0D
Tints of Rust #B94A0D
RGB
CMYK
RGB Variations
Color information
#B94A0D (or 0xB94A0D) is known color: Rust. HEX triplet: B9, 4A and 0D. RGB value is (185,74,13). Sum of RGB (Red+Green+Blue) = 185+74+13=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A0D is #46B5F2. Grayscale: #646464. Windows color (decimal): -4634099 or 871097. OLE color: 871097.
HSL color Cylindrical-coordinate representation of color #B94A0D: hue angle of 21.28º 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 #B94A0D is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 13 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.27 |
| HSL | 21.28º | 0.87% | 0.39% | - |
| HSV(B) | 21.28º | 0.93% | 0.73% | - |
| XYZ | 22.53 | 15.24 | 2.14 | - |
| YUV | 100.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 13 | 0 | 0.6 | 0.93 | 0.27 | 21.28 | 0.87 | 0.39 |
| Hex | B9 | 4A | D | 0 | 3C | 5D | 1B | 15 | 57 | 27 |
| Octal | 271 | 112 | 15 | 0 | 74 | 135 | 33 | 25 | 127 | 47 |
| Binary | 10111001 | 1001010 | 1101 | 0 | 111100 | 1011101 | 11011 | 10101 | 1010111 | 100111 |
Color Harmonies of #B94A0D
Complementary color
Monochromatic Colors of #B94A0D
Black with #B94A0D
Text Example
Text Example
White with #B94A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A0D; }
p { color: rgb(185,74,13); }
H1.HeaderClassName
{
color: #B94A0D;
}
.AnyTagClassName
{
color: #B94A0D;
}
</style>
background-color css
<style>
a { background-color: #B94A0D; }
a { background-color: rgb(185,74,13); }
div.DivClassName
{
background-color: #B94A0D;
}
.BgClassName
{
background-color: #B94A0D;
}
</style>
border-color css
<style>
span { border-color: #B94A0D; }
span { border-color: rgb(185,74,13); }
td.TdClassName
{
border-color: #B94A0D;
}
.TagClassName
{
border-color: #B94A0D;
}
</style>