Shades of Rust #B24014
Tints of Rust #B24014
RGB
CMYK
RGB Variations
Color information
#B24014 (or 0xB24014) is known color: Rust. HEX triplet: B2, 40 and 14. RGB value is (178,64,20). Sum of RGB (Red+Green+Blue) = 178+64+20=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B24014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24014 is #4DBFEB. Grayscale: #5D5D5D. Windows color (decimal): -5095404 or 1327282. OLE color: 1327282.
HSL color Cylindrical-coordinate representation of color #B24014: hue angle of 16.71º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B24014 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.30 |
| HSL | 16.71º | 0.8% | 0.39% | - |
| HSV(B) | 16.71º | 0.89% | 0.7% | - |
| XYZ | 20.32 | 13.18 | 2.14 | - |
| YUV | 93.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 20 | 0 | 0.64 | 0.89 | 0.30 | 16.71 | 0.8 | 0.39 |
| Hex | B2 | 40 | 14 | 0 | 40 | 59 | 1E | 11 | 50 | 27 |
| Octal | 262 | 100 | 24 | 0 | 100 | 131 | 36 | 21 | 120 | 47 |
| Binary | 10110010 | 1000000 | 10100 | 0 | 1000000 | 1011001 | 11110 | 10001 | 1010000 | 100111 |
Color Harmonies of #B24014
Complementary color
Monochromatic Colors of #B24014
Black with #B24014
Text Example
Text Example
White with #B24014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24014; }
p { color: rgb(178,64,20); }
H1.HeaderClassName
{
color: #B24014;
}
.AnyTagClassName
{
color: #B24014;
}
</style>
background-color css
<style>
a { background-color: #B24014; }
a { background-color: rgb(178,64,20); }
div.DivClassName
{
background-color: #B24014;
}
.BgClassName
{
background-color: #B24014;
}
</style>
border-color css
<style>
span { border-color: #B24014; }
span { border-color: rgb(178,64,20); }
td.TdClassName
{
border-color: #B24014;
}
.TagClassName
{
border-color: #B24014;
}
</style>