Shades of Rust #B74913
Tints of Rust #B74913
RGB
CMYK
RGB Variations
Color information
#B74913 (or 0xB74913) is known color: Rust. HEX triplet: B7, 49 and 13. RGB value is (183,73,19). Sum of RGB (Red+Green+Blue) = 183+73+19=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B74913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74913 is #48B6EC. Grayscale: #646464. Windows color (decimal): -4765421 or 1264055. OLE color: 1264055.
HSL color Cylindrical-coordinate representation of color #B74913: hue angle of 19.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74913 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.28 |
| HSL | 19.76º | 0.81% | 0.4% | - |
| HSV(B) | 19.76º | 0.9% | 0.72% | - |
| XYZ | 22.03 | 14.88 | 2.33 | - |
| YUV | 99.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 19 | 0 | 0.60 | 0.90 | 0.28 | 19.76 | 0.81 | 0.4 |
| Hex | B7 | 49 | 13 | 0 | 3C | 5A | 1C | 14 | 51 | 28 |
| Octal | 267 | 111 | 23 | 0 | 74 | 132 | 34 | 24 | 121 | 50 |
| Binary | 10110111 | 1001001 | 10011 | 0 | 111100 | 1011010 | 11100 | 10100 | 1010001 | 101000 |
Color Harmonies of #B74913
Complementary color
Monochromatic Colors of #B74913
Black with #B74913
Text Example
Text Example
White with #B74913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74913; }
p { color: rgb(183,73,19); }
H1.HeaderClassName
{
color: #B74913;
}
.AnyTagClassName
{
color: #B74913;
}
</style>
background-color css
<style>
a { background-color: #B74913; }
a { background-color: rgb(183,73,19); }
div.DivClassName
{
background-color: #B74913;
}
.BgClassName
{
background-color: #B74913;
}
</style>
border-color css
<style>
span { border-color: #B74913; }
span { border-color: rgb(183,73,19); }
td.TdClassName
{
border-color: #B74913;
}
.TagClassName
{
border-color: #B74913;
}
</style>