Shades of Rust #B24711
Tints of Rust #B24711
RGB
CMYK
RGB Variations
Color information
#B24711 (or 0xB24711) is known color: Rust. HEX triplet: B2, 47 and 11. RGB value is (178,71,17). Sum of RGB (Red+Green+Blue) = 178+71+17=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24711 is #4DB8EE. Grayscale: #616161. Windows color (decimal): -5093615 or 1132466. OLE color: 1132466.
HSL color Cylindrical-coordinate representation of color #B24711: hue angle of 20.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B24711 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.30 |
| HSL | 20.12º | 0.83% | 0.38% | - |
| HSV(B) | 20.12º | 0.9% | 0.7% | - |
| XYZ | 20.71 | 14.01 | 2.14 | - |
| YUV | 96.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 17 | 0 | 0.60 | 0.90 | 0.30 | 20.12 | 0.83 | 0.38 |
| Hex | B2 | 47 | 11 | 0 | 3C | 5A | 1E | 14 | 53 | 26 |
| Octal | 262 | 107 | 21 | 0 | 74 | 132 | 36 | 24 | 123 | 46 |
| Binary | 10110010 | 1000111 | 10001 | 0 | 111100 | 1011010 | 11110 | 10100 | 1010011 | 100110 |
Color Harmonies of #B24711
Complementary color
Monochromatic Colors of #B24711
Black with #B24711
Text Example
Text Example
White with #B24711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24711; }
p { color: rgb(178,71,17); }
H1.HeaderClassName
{
color: #B24711;
}
.AnyTagClassName
{
color: #B24711;
}
</style>
background-color css
<style>
a { background-color: #B24711; }
a { background-color: rgb(178,71,17); }
div.DivClassName
{
background-color: #B24711;
}
.BgClassName
{
background-color: #B24711;
}
</style>
border-color css
<style>
span { border-color: #B24711; }
span { border-color: rgb(178,71,17); }
td.TdClassName
{
border-color: #B24711;
}
.TagClassName
{
border-color: #B24711;
}
</style>