Shades of Rust #B24712
Tints of Rust #B24712
RGB
CMYK
RGB Variations
Color information
#B24712 (or 0xB24712) is known color: Rust. HEX triplet: B2, 47 and 12. RGB value is (178,71,18). Sum of RGB (Red+Green+Blue) = 178+71+18=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B24712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24712 is #4DB8ED. Grayscale: #616161. Windows color (decimal): -5093614 or 1198002. OLE color: 1198002.
HSL color Cylindrical-coordinate representation of color #B24712: hue angle of 19.88º degrees, saturation: 0.82, 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 #B24712 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.30 |
| HSL | 19.88º | 0.82% | 0.38% | - |
| HSV(B) | 19.88º | 0.9% | 0.7% | - |
| XYZ | 20.72 | 14.02 | 2.19 | - |
| YUV | 96.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 18 | 0 | 0.60 | 0.90 | 0.30 | 19.88 | 0.82 | 0.38 |
| Hex | B2 | 47 | 12 | 0 | 3C | 5A | 1E | 14 | 52 | 26 |
| Octal | 262 | 107 | 22 | 0 | 74 | 132 | 36 | 24 | 122 | 46 |
| Binary | 10110010 | 1000111 | 10010 | 0 | 111100 | 1011010 | 11110 | 10100 | 1010010 | 100110 |
Color Harmonies of #B24712
Complementary color
Monochromatic Colors of #B24712
Black with #B24712
Text Example
Text Example
White with #B24712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24712; }
p { color: rgb(178,71,18); }
H1.HeaderClassName
{
color: #B24712;
}
.AnyTagClassName
{
color: #B24712;
}
</style>
background-color css
<style>
a { background-color: #B24712; }
a { background-color: rgb(178,71,18); }
div.DivClassName
{
background-color: #B24712;
}
.BgClassName
{
background-color: #B24712;
}
</style>
border-color css
<style>
span { border-color: #B24712; }
span { border-color: rgb(178,71,18); }
td.TdClassName
{
border-color: #B24712;
}
.TagClassName
{
border-color: #B24712;
}
</style>