Shades of Rust #B74A14
Tints of Rust #B74A14
RGB
CMYK
RGB Variations
Color information
#B74A14 (or 0xB74A14) is known color: Rust. HEX triplet: B7, 4A and 14. RGB value is (183,74,20). Sum of RGB (Red+Green+Blue) = 183+74+20=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A14 is #48B5EB. Grayscale: #646464. Windows color (decimal): -4765164 or 1329847. OLE color: 1329847.
HSL color Cylindrical-coordinate representation of color #B74A14: hue angle of 19.88º 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 #B74A14 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.28 |
| HSL | 19.88º | 0.8% | 0.4% | - |
| HSV(B) | 19.88º | 0.89% | 0.72% | - |
| XYZ | 22.1 | 15.02 | 2.4 | - |
| YUV | 100.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 20 | 0 | 0.60 | 0.89 | 0.28 | 19.88 | 0.8 | 0.4 |
| Hex | B7 | 4A | 14 | 0 | 3C | 59 | 1C | 14 | 50 | 28 |
| Octal | 267 | 112 | 24 | 0 | 74 | 131 | 34 | 24 | 120 | 50 |
| Binary | 10110111 | 1001010 | 10100 | 0 | 111100 | 1011001 | 11100 | 10100 | 1010000 | 101000 |
Color Harmonies of #B74A14
Complementary color
Monochromatic Colors of #B74A14
Black with #B74A14
Text Example
Text Example
White with #B74A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A14; }
p { color: rgb(183,74,20); }
H1.HeaderClassName
{
color: #B74A14;
}
.AnyTagClassName
{
color: #B74A14;
}
</style>
background-color css
<style>
a { background-color: #B74A14; }
a { background-color: rgb(183,74,20); }
div.DivClassName
{
background-color: #B74A14;
}
.BgClassName
{
background-color: #B74A14;
}
</style>
border-color css
<style>
span { border-color: #B74A14; }
span { border-color: rgb(183,74,20); }
td.TdClassName
{
border-color: #B74A14;
}
.TagClassName
{
border-color: #B74A14;
}
</style>