Shades of Rust #B74713
Tints of Rust #B74713
RGB
CMYK
RGB Variations
Color information
#B74713 (or 0xB74713) is known color: Rust. HEX triplet: B7, 47 and 13. RGB value is (183,71,19). Sum of RGB (Red+Green+Blue) = 183+71+19=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74713 is #48B8EC. Grayscale: #626262. Windows color (decimal): -4765933 or 1263543. OLE color: 1263543.
HSL color Cylindrical-coordinate representation of color #B74713: hue angle of 19.02º 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 #B74713 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.28 |
| HSL | 19.02º | 0.81% | 0.4% | - |
| HSV(B) | 19.02º | 0.9% | 0.72% | - |
| XYZ | 21.9 | 14.62 | 2.28 | - |
| YUV | 98.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 19 | 0 | 0.61 | 0.90 | 0.28 | 19.02 | 0.81 | 0.4 |
| Hex | B7 | 47 | 13 | 0 | 3D | 5A | 1C | 13 | 51 | 28 |
| Octal | 267 | 107 | 23 | 0 | 75 | 132 | 34 | 23 | 121 | 50 |
| Binary | 10110111 | 1000111 | 10011 | 0 | 111101 | 1011010 | 11100 | 10011 | 1010001 | 101000 |
Color Harmonies of #B74713
Complementary color
Monochromatic Colors of #B74713
Black with #B74713
Text Example
Text Example
White with #B74713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74713; }
p { color: rgb(183,71,19); }
H1.HeaderClassName
{
color: #B74713;
}
.AnyTagClassName
{
color: #B74713;
}
</style>
background-color css
<style>
a { background-color: #B74713; }
a { background-color: rgb(183,71,19); }
div.DivClassName
{
background-color: #B74713;
}
.BgClassName
{
background-color: #B74713;
}
</style>
border-color css
<style>
span { border-color: #B74713; }
span { border-color: rgb(183,71,19); }
td.TdClassName
{
border-color: #B74713;
}
.TagClassName
{
border-color: #B74713;
}
</style>