Shades of Rust #B24419
Tints of Rust #B24419
RGB
CMYK
RGB Variations
Color information
#B24419 (or 0xB24419) is known color: Rust. HEX triplet: B2, 44 and 19. RGB value is (178,68,25). Sum of RGB (Red+Green+Blue) = 178+68+25=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B24419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24419 is #4DBBE6. Grayscale: #606060. Windows color (decimal): -5094375 or 1655986. OLE color: 1655986.
HSL color Cylindrical-coordinate representation of color #B24419: hue angle of 16.86º 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 #B24419 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 25 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.30 |
| HSL | 16.86º | 0.75% | 0.4% | - |
| HSV(B) | 16.86º | 0.86% | 0.7% | - |
| XYZ | 20.6 | 13.67 | 2.47 | - |
| YUV | 95.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 25 | 0 | 0.62 | 0.86 | 0.30 | 16.86 | 0.75 | 0.4 |
| Hex | B2 | 44 | 19 | 0 | 3E | 56 | 1E | 11 | 4B | 28 |
| Octal | 262 | 104 | 31 | 0 | 76 | 126 | 36 | 21 | 113 | 50 |
| Binary | 10110010 | 1000100 | 11001 | 0 | 111110 | 1010110 | 11110 | 10001 | 1001011 | 101000 |
Color Harmonies of #B24419
Complementary color
Monochromatic Colors of #B24419
Black with #B24419
Text Example
Text Example
White with #B24419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24419; }
p { color: rgb(178,68,25); }
H1.HeaderClassName
{
color: #B24419;
}
.AnyTagClassName
{
color: #B24419;
}
</style>
background-color css
<style>
a { background-color: #B24419; }
a { background-color: rgb(178,68,25); }
div.DivClassName
{
background-color: #B24419;
}
.BgClassName
{
background-color: #B24419;
}
</style>
border-color css
<style>
span { border-color: #B24419; }
span { border-color: rgb(178,68,25); }
td.TdClassName
{
border-color: #B24419;
}
.TagClassName
{
border-color: #B24419;
}
</style>