Shades of Rust #B24110
Tints of Rust #B24110
RGB
CMYK
RGB Variations
Color information
#B24110 (or 0xB24110) is known color: Rust. HEX triplet: B2, 41 and 10. RGB value is (178,65,16). Sum of RGB (Red+Green+Blue) = 178+65+16=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B24110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24110 is #4DBEEF. Grayscale: #5D5D5D. Windows color (decimal): -5095152 or 1065394. OLE color: 1065394.
HSL color Cylindrical-coordinate representation of color #B24110: hue angle of 18.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24110 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.30 |
| HSL | 18.15º | 0.84% | 0.38% | - |
| HSV(B) | 18.15º | 0.91% | 0.7% | - |
| XYZ | 20.34 | 13.28 | 1.98 | - |
| YUV | 93.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 16 | 0 | 0.63 | 0.91 | 0.30 | 18.15 | 0.84 | 0.38 |
| Hex | B2 | 41 | 10 | 0 | 3F | 5B | 1E | 12 | 54 | 26 |
| Octal | 262 | 101 | 20 | 0 | 77 | 133 | 36 | 22 | 124 | 46 |
| Binary | 10110010 | 1000001 | 10000 | 0 | 111111 | 1011011 | 11110 | 10010 | 1010100 | 100110 |
Color Harmonies of #B24110
Complementary color
Monochromatic Colors of #B24110
Black with #B24110
Text Example
Text Example
White with #B24110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24110; }
p { color: rgb(178,65,16); }
H1.HeaderClassName
{
color: #B24110;
}
.AnyTagClassName
{
color: #B24110;
}
</style>
background-color css
<style>
a { background-color: #B24110; }
a { background-color: rgb(178,65,16); }
div.DivClassName
{
background-color: #B24110;
}
.BgClassName
{
background-color: #B24110;
}
</style>
border-color css
<style>
span { border-color: #B24110; }
span { border-color: rgb(178,65,16); }
td.TdClassName
{
border-color: #B24110;
}
.TagClassName
{
border-color: #B24110;
}
</style>