Shades of Rust #B74214
Tints of Rust #B74214
RGB
CMYK
RGB Variations
Color information
#B74214 (or 0xB74214) is known color: Rust. HEX triplet: B7, 42 and 14. RGB value is (183,66,20). Sum of RGB (Red+Green+Blue) = 183+66+20=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74214 is #48BDEB. Grayscale: #606060. Windows color (decimal): -4767212 or 1327799. OLE color: 1327799.
HSL color Cylindrical-coordinate representation of color #B74214: hue angle of 16.93º 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 #B74214 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.28 |
| HSL | 16.93º | 0.8% | 0.4% | - |
| HSV(B) | 16.93º | 0.89% | 0.72% | - |
| XYZ | 21.6 | 14.01 | 2.23 | - |
| YUV | 95.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 20 | 0 | 0.64 | 0.89 | 0.28 | 16.93 | 0.8 | 0.4 |
| Hex | B7 | 42 | 14 | 0 | 40 | 59 | 1C | 11 | 50 | 28 |
| Octal | 267 | 102 | 24 | 0 | 100 | 131 | 34 | 21 | 120 | 50 |
| Binary | 10110111 | 1000010 | 10100 | 0 | 1000000 | 1011001 | 11100 | 10001 | 1010000 | 101000 |
Color Harmonies of #B74214
Complementary color
Monochromatic Colors of #B74214
Black with #B74214
Text Example
Text Example
White with #B74214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74214; }
p { color: rgb(183,66,20); }
H1.HeaderClassName
{
color: #B74214;
}
.AnyTagClassName
{
color: #B74214;
}
</style>
background-color css
<style>
a { background-color: #B74214; }
a { background-color: rgb(183,66,20); }
div.DivClassName
{
background-color: #B74214;
}
.BgClassName
{
background-color: #B74214;
}
</style>
border-color css
<style>
span { border-color: #B74214; }
span { border-color: rgb(183,66,20); }
td.TdClassName
{
border-color: #B74214;
}
.TagClassName
{
border-color: #B74214;
}
</style>