Shades of Rust #B24717
Tints of Rust #B24717
RGB
CMYK
RGB Variations
Color information
#B24717 (or 0xB24717) is known color: Rust. HEX triplet: B2, 47 and 17. RGB value is (178,71,23). Sum of RGB (Red+Green+Blue) = 178+71+23=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B24717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24717 is #4DB8E8. Grayscale: #616161. Windows color (decimal): -5093609 or 1525682. OLE color: 1525682.
HSL color Cylindrical-coordinate representation of color #B24717: hue angle of 18.58º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B24717 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 23 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.30 |
| HSL | 18.58º | 0.77% | 0.39% | - |
| HSV(B) | 18.58º | 0.87% | 0.7% | - |
| XYZ | 20.77 | 14.03 | 2.42 | - |
| YUV | 97.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 23 | 0 | 0.60 | 0.87 | 0.30 | 18.58 | 0.77 | 0.39 |
| Hex | B2 | 47 | 17 | 0 | 3C | 57 | 1E | 13 | 4D | 27 |
| Octal | 262 | 107 | 27 | 0 | 74 | 127 | 36 | 23 | 115 | 47 |
| Binary | 10110010 | 1000111 | 10111 | 0 | 111100 | 1010111 | 11110 | 10011 | 1001101 | 100111 |
Color Harmonies of #B24717
Complementary color
Monochromatic Colors of #B24717
Black with #B24717
Text Example
Text Example
White with #B24717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24717; }
p { color: rgb(178,71,23); }
H1.HeaderClassName
{
color: #B24717;
}
.AnyTagClassName
{
color: #B24717;
}
</style>
background-color css
<style>
a { background-color: #B24717; }
a { background-color: rgb(178,71,23); }
div.DivClassName
{
background-color: #B24717;
}
.BgClassName
{
background-color: #B24717;
}
</style>
border-color css
<style>
span { border-color: #B24717; }
span { border-color: rgb(178,71,23); }
td.TdClassName
{
border-color: #B24717;
}
.TagClassName
{
border-color: #B24717;
}
</style>