Shades of Rust #B24919
Tints of Rust #B24919
RGB
CMYK
RGB Variations
Color information
#B24919 (or 0xB24919) is known color: Rust. HEX triplet: B2, 49 and 19. RGB value is (178,73,25). Sum of RGB (Red+Green+Blue) = 178+73+25=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B24919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24919 is #4DB6E6. Grayscale: #636363. Windows color (decimal): -5093095 or 1657266. OLE color: 1657266.
HSL color Cylindrical-coordinate representation of color #B24919: hue angle of 18.82º 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 #B24919 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 25 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.30 |
| HSL | 18.82º | 0.75% | 0.4% | - |
| HSV(B) | 18.82º | 0.86% | 0.7% | - |
| XYZ | 20.92 | 14.3 | 2.58 | - |
| YUV | 98.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 25 | 0 | 0.59 | 0.86 | 0.30 | 18.82 | 0.75 | 0.4 |
| Hex | B2 | 49 | 19 | 0 | 3B | 56 | 1E | 13 | 4B | 28 |
| Octal | 262 | 111 | 31 | 0 | 73 | 126 | 36 | 23 | 113 | 50 |
| Binary | 10110010 | 1001001 | 11001 | 0 | 111011 | 1010110 | 11110 | 10011 | 1001011 | 101000 |
Color Harmonies of #B24919
Complementary color
Monochromatic Colors of #B24919
Black with #B24919
Text Example
Text Example
White with #B24919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24919; }
p { color: rgb(178,73,25); }
H1.HeaderClassName
{
color: #B24919;
}
.AnyTagClassName
{
color: #B24919;
}
</style>
background-color css
<style>
a { background-color: #B24919; }
a { background-color: rgb(178,73,25); }
div.DivClassName
{
background-color: #B24919;
}
.BgClassName
{
background-color: #B24919;
}
</style>
border-color css
<style>
span { border-color: #B24919; }
span { border-color: rgb(178,73,25); }
td.TdClassName
{
border-color: #B24919;
}
.TagClassName
{
border-color: #B24919;
}
</style>