Shades of Rust #B24404
Tints of Rust #B24404
RGB
CMYK
RGB Variations
Color information
#B24404 (or 0xB24404) is known color: Rust. HEX triplet: B2, 44 and 04. RGB value is (178,68,4). Sum of RGB (Red+Green+Blue) = 178+68+4=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24404 is #4DBBFB. Grayscale: #5D5D5D. Windows color (decimal): -5094396 or 279730. OLE color: 279730.
HSL color Cylindrical-coordinate representation of color #B24404: hue angle of 22.07º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B24404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.30 |
| HSL | 22.07º | 0.96% | 0.36% | - |
| HSV(B) | 22.07º | 0.98% | 0.7% | - |
| XYZ | 20.45 | 13.61 | 1.66 | - |
| YUV | 93.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 4 | 0 | 0.62 | 0.98 | 0.30 | 22.07 | 0.96 | 0.36 |
| Hex | B2 | 44 | 4 | 0 | 3E | 62 | 1E | 16 | 60 | 24 |
| Octal | 262 | 104 | 4 | 0 | 76 | 142 | 36 | 26 | 140 | 44 |
| Binary | 10110010 | 1000100 | 100 | 0 | 111110 | 1100010 | 11110 | 10110 | 1100000 | 100100 |
Color Harmonies of #B24404
Complementary color
Monochromatic Colors of #B24404
Black with #B24404
Text Example
Text Example
White with #B24404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24404; }
p { color: rgb(178,68,4); }
H1.HeaderClassName
{
color: #B24404;
}
.AnyTagClassName
{
color: #B24404;
}
</style>
background-color css
<style>
a { background-color: #B24404; }
a { background-color: rgb(178,68,4); }
div.DivClassName
{
background-color: #B24404;
}
.BgClassName
{
background-color: #B24404;
}
</style>
border-color css
<style>
span { border-color: #B24404; }
span { border-color: rgb(178,68,4); }
td.TdClassName
{
border-color: #B24404;
}
.TagClassName
{
border-color: #B24404;
}
</style>