Shades of Rust #B74114
Tints of Rust #B74114
RGB
CMYK
RGB Variations
Color information
#B74114 (or 0xB74114) is known color: Rust. HEX triplet: B7, 41 and 14. RGB value is (183,65,20). Sum of RGB (Red+Green+Blue) = 183+65+20=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74114 is #48BEEB. Grayscale: #5F5F5F. Windows color (decimal): -4767468 or 1327543. OLE color: 1327543.
HSL color Cylindrical-coordinate representation of color #B74114: hue angle of 16.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B74114 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.28 |
| HSL | 16.56º | 0.8% | 0.4% | - |
| HSV(B) | 16.56º | 0.89% | 0.72% | - |
| XYZ | 21.55 | 13.9 | 2.21 | - |
| YUV | 95.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 20 | 0 | 0.64 | 0.89 | 0.28 | 16.56 | 0.8 | 0.4 |
| Hex | B7 | 41 | 14 | 0 | 40 | 59 | 1C | 11 | 50 | 28 |
| Octal | 267 | 101 | 24 | 0 | 100 | 131 | 34 | 21 | 120 | 50 |
| Binary | 10110111 | 1000001 | 10100 | 0 | 1000000 | 1011001 | 11100 | 10001 | 1010000 | 101000 |
Color Harmonies of #B74114
Complementary color
Monochromatic Colors of #B74114
Black with #B74114
Text Example
Text Example
White with #B74114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74114; }
p { color: rgb(183,65,20); }
H1.HeaderClassName
{
color: #B74114;
}
.AnyTagClassName
{
color: #B74114;
}
</style>
background-color css
<style>
a { background-color: #B74114; }
a { background-color: rgb(183,65,20); }
div.DivClassName
{
background-color: #B74114;
}
.BgClassName
{
background-color: #B74114;
}
</style>
border-color css
<style>
span { border-color: #B74114; }
span { border-color: rgb(183,65,20); }
td.TdClassName
{
border-color: #B74114;
}
.TagClassName
{
border-color: #B74114;
}
</style>