Shades of Rust #B24F19
Tints of Rust #B24F19
RGB
CMYK
RGB Variations
Color information
#B24F19 (or 0xB24F19) is known color: Rust. HEX triplet: B2, 4F and 19. RGB value is (178,79,25). Sum of RGB (Red+Green+Blue) = 178+79+25=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F19 is #4DB0E6. Grayscale: #666666. Windows color (decimal): -5091559 or 1658802. OLE color: 1658802.
HSL color Cylindrical-coordinate representation of color #B24F19: hue angle of 21.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B24F19 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 25 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.30 |
| HSL | 21.18º | 0.75% | 0.4% | - |
| HSV(B) | 21.18º | 0.86% | 0.7% | - |
| XYZ | 21.33 | 15.13 | 2.72 | - |
| YUV | 102.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 25 | 0 | 0.56 | 0.86 | 0.30 | 21.18 | 0.75 | 0.4 |
| Hex | B2 | 4F | 19 | 0 | 38 | 56 | 1E | 15 | 4B | 28 |
| Octal | 262 | 117 | 31 | 0 | 70 | 126 | 36 | 25 | 113 | 50 |
| Binary | 10110010 | 1001111 | 11001 | 0 | 111000 | 1010110 | 11110 | 10101 | 1001011 | 101000 |
Color Harmonies of #B24F19
Complementary color
Monochromatic Colors of #B24F19
Black with #B24F19
Text Example
Text Example
White with #B24F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F19; }
p { color: rgb(178,79,25); }
H1.HeaderClassName
{
color: #B24F19;
}
.AnyTagClassName
{
color: #B24F19;
}
</style>
background-color css
<style>
a { background-color: #B24F19; }
a { background-color: rgb(178,79,25); }
div.DivClassName
{
background-color: #B24F19;
}
.BgClassName
{
background-color: #B24F19;
}
</style>
border-color css
<style>
span { border-color: #B24F19; }
span { border-color: rgb(178,79,25); }
td.TdClassName
{
border-color: #B24F19;
}
.TagClassName
{
border-color: #B24F19;
}
</style>