Shades of Rust #B24005
Tints of Rust #B24005
RGB
CMYK
RGB Variations
Color information
#B24005 (or 0xB24005) is known color: Rust. HEX triplet: B2, 40 and 05. RGB value is (178,64,5). Sum of RGB (Red+Green+Blue) = 178+64+5=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B24005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24005 is #4DBFFA. Grayscale: #5B5B5B. Windows color (decimal): -5095419 or 344242. OLE color: 344242.
HSL color Cylindrical-coordinate representation of color #B24005: hue angle of 20.46º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B24005 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.30 |
| HSL | 20.46º | 0.95% | 0.36% | - |
| HSV(B) | 20.46º | 0.97% | 0.7% | - |
| XYZ | 20.22 | 13.14 | 1.61 | - |
| YUV | 91.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 5 | 0 | 0.64 | 0.97 | 0.30 | 20.46 | 0.95 | 0.36 |
| Hex | B2 | 40 | 5 | 0 | 40 | 61 | 1E | 14 | 5F | 24 |
| Octal | 262 | 100 | 5 | 0 | 100 | 141 | 36 | 24 | 137 | 44 |
| Binary | 10110010 | 1000000 | 101 | 0 | 1000000 | 1100001 | 11110 | 10100 | 1011111 | 100100 |
Color Harmonies of #B24005
Complementary color
Monochromatic Colors of #B24005
Black with #B24005
Text Example
Text Example
White with #B24005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24005; }
p { color: rgb(178,64,5); }
H1.HeaderClassName
{
color: #B24005;
}
.AnyTagClassName
{
color: #B24005;
}
</style>
background-color css
<style>
a { background-color: #B24005; }
a { background-color: rgb(178,64,5); }
div.DivClassName
{
background-color: #B24005;
}
.BgClassName
{
background-color: #B24005;
}
</style>
border-color css
<style>
span { border-color: #B24005; }
span { border-color: rgb(178,64,5); }
td.TdClassName
{
border-color: #B24005;
}
.TagClassName
{
border-color: #B24005;
}
</style>