Shades of Rust #B24E0E
Tints of Rust #B24E0E
RGB
CMYK
RGB Variations
Color information
#B24E0E (or 0xB24E0E) is known color: Rust. HEX triplet: B2, 4E and 0E. RGB value is (178,78,14). Sum of RGB (Red+Green+Blue) = 178+78+14=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24E0E is #4DB1F1. Grayscale: #646464. Windows color (decimal): -5091826 or 937650. OLE color: 937650.
HSL color Cylindrical-coordinate representation of color #B24E0E: hue angle of 23.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B24E0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.30 |
| HSL | 23.41º | 0.85% | 0.38% | - |
| HSV(B) | 23.41º | 0.92% | 0.7% | - |
| XYZ | 21.16 | 14.95 | 2.18 | - |
| YUV | 100.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 14 | 0 | 0.56 | 0.92 | 0.30 | 23.41 | 0.85 | 0.38 |
| Hex | B2 | 4E | E | 0 | 38 | 5C | 1E | 17 | 55 | 26 |
| Octal | 262 | 116 | 16 | 0 | 70 | 134 | 36 | 27 | 125 | 46 |
| Binary | 10110010 | 1001110 | 1110 | 0 | 111000 | 1011100 | 11110 | 10111 | 1010101 | 100110 |
Color Harmonies of #B24E0E
Complementary color
Monochromatic Colors of #B24E0E
Black with #B24E0E
Text Example
Text Example
White with #B24E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E0E; }
p { color: rgb(178,78,14); }
H1.HeaderClassName
{
color: #B24E0E;
}
.AnyTagClassName
{
color: #B24E0E;
}
</style>
background-color css
<style>
a { background-color: #B24E0E; }
a { background-color: rgb(178,78,14); }
div.DivClassName
{
background-color: #B24E0E;
}
.BgClassName
{
background-color: #B24E0E;
}
</style>
border-color css
<style>
span { border-color: #B24E0E; }
span { border-color: rgb(178,78,14); }
td.TdClassName
{
border-color: #B24E0E;
}
.TagClassName
{
border-color: #B24E0E;
}
</style>