Shades of Rust #B24905
Tints of Rust #B24905
RGB
CMYK
RGB Variations
Color information
#B24905 (or 0xB24905) is known color: Rust. HEX triplet: B2, 49 and 05. RGB value is (178,73,5). Sum of RGB (Red+Green+Blue) = 178+73+5=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B24905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24905 is #4DB6FA. Grayscale: #616161. Windows color (decimal): -5093115 or 346546. OLE color: 346546.
HSL color Cylindrical-coordinate representation of color #B24905: hue angle of 23.58º 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 #B24905 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.30 |
| HSL | 23.58º | 0.95% | 0.36% | - |
| HSV(B) | 23.58º | 0.97% | 0.7% | - |
| XYZ | 20.77 | 14.24 | 1.8 | - |
| YUV | 96.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 5 | 0 | 0.59 | 0.97 | 0.30 | 23.58 | 0.95 | 0.36 |
| Hex | B2 | 49 | 5 | 0 | 3B | 61 | 1E | 18 | 5F | 24 |
| Octal | 262 | 111 | 5 | 0 | 73 | 141 | 36 | 30 | 137 | 44 |
| Binary | 10110010 | 1001001 | 101 | 0 | 111011 | 1100001 | 11110 | 11000 | 1011111 | 100100 |
Color Harmonies of #B24905
Complementary color
Monochromatic Colors of #B24905
Black with #B24905
Text Example
Text Example
White with #B24905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24905; }
p { color: rgb(178,73,5); }
H1.HeaderClassName
{
color: #B24905;
}
.AnyTagClassName
{
color: #B24905;
}
</style>
background-color css
<style>
a { background-color: #B24905; }
a { background-color: rgb(178,73,5); }
div.DivClassName
{
background-color: #B24905;
}
.BgClassName
{
background-color: #B24905;
}
</style>
border-color css
<style>
span { border-color: #B24905; }
span { border-color: rgb(178,73,5); }
td.TdClassName
{
border-color: #B24905;
}
.TagClassName
{
border-color: #B24905;
}
</style>