Shades of Rust #B74011
Tints of Rust #B74011
RGB
CMYK
RGB Variations
Color information
#B74011 (or 0xB74011) is known color: Rust. HEX triplet: B7, 40 and 11. RGB value is (183,64,17). Sum of RGB (Red+Green+Blue) = 183+64+17=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B74011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74011 is #48BFEE. Grayscale: #5E5E5E. Windows color (decimal): -4767727 or 1130679. OLE color: 1130679.
HSL color Cylindrical-coordinate representation of color #B74011: hue angle of 16.99º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74011 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.28 |
| HSL | 16.99º | 0.83% | 0.39% | - |
| HSV(B) | 16.99º | 0.91% | 0.72% | - |
| XYZ | 21.46 | 13.77 | 2.06 | - |
| YUV | 94.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 17 | 0 | 0.65 | 0.91 | 0.28 | 16.99 | 0.83 | 0.39 |
| Hex | B7 | 40 | 11 | 0 | 41 | 5B | 1C | 11 | 53 | 27 |
| Octal | 267 | 100 | 21 | 0 | 101 | 133 | 34 | 21 | 123 | 47 |
| Binary | 10110111 | 1000000 | 10001 | 0 | 1000001 | 1011011 | 11100 | 10001 | 1010011 | 100111 |
Color Harmonies of #B74011
Complementary color
Monochromatic Colors of #B74011
Black with #B74011
Text Example
Text Example
White with #B74011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74011; }
p { color: rgb(183,64,17); }
H1.HeaderClassName
{
color: #B74011;
}
.AnyTagClassName
{
color: #B74011;
}
</style>
background-color css
<style>
a { background-color: #B74011; }
a { background-color: rgb(183,64,17); }
div.DivClassName
{
background-color: #B74011;
}
.BgClassName
{
background-color: #B74011;
}
</style>
border-color css
<style>
span { border-color: #B74011; }
span { border-color: rgb(183,64,17); }
td.TdClassName
{
border-color: #B74011;
}
.TagClassName
{
border-color: #B74011;
}
</style>