Shades of Rust #B24618
Tints of Rust #B24618
RGB
CMYK
RGB Variations
Color information
#B24618 (or 0xB24618) is known color: Rust. HEX triplet: B2, 46 and 18. RGB value is (178,70,24). Sum of RGB (Red+Green+Blue) = 178+70+24=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B24618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24618 is #4DB9E7. Grayscale: #616161. Windows color (decimal): -5093864 or 1590962. OLE color: 1590962.
HSL color Cylindrical-coordinate representation of color #B24618: hue angle of 17.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B24618 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 24 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.30 |
| HSL | 17.92º | 0.76% | 0.4% | - |
| HSV(B) | 17.92º | 0.87% | 0.7% | - |
| XYZ | 20.72 | 13.91 | 2.46 | - |
| YUV | 97.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 24 | 0 | 0.61 | 0.87 | 0.30 | 17.92 | 0.76 | 0.4 |
| Hex | B2 | 46 | 18 | 0 | 3D | 57 | 1E | 12 | 4C | 28 |
| Octal | 262 | 106 | 30 | 0 | 75 | 127 | 36 | 22 | 114 | 50 |
| Binary | 10110010 | 1000110 | 11000 | 0 | 111101 | 1010111 | 11110 | 10010 | 1001100 | 101000 |
Color Harmonies of #B24618
Complementary color
Monochromatic Colors of #B24618
Black with #B24618
Text Example
Text Example
White with #B24618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24618; }
p { color: rgb(178,70,24); }
H1.HeaderClassName
{
color: #B24618;
}
.AnyTagClassName
{
color: #B24618;
}
</style>
background-color css
<style>
a { background-color: #B24618; }
a { background-color: rgb(178,70,24); }
div.DivClassName
{
background-color: #B24618;
}
.BgClassName
{
background-color: #B24618;
}
</style>
border-color css
<style>
span { border-color: #B24618; }
span { border-color: rgb(178,70,24); }
td.TdClassName
{
border-color: #B24618;
}
.TagClassName
{
border-color: #B24618;
}
</style>