Shades of Rust #B24707
Tints of Rust #B24707
RGB
CMYK
RGB Variations
Color information
#B24707 (or 0xB24707) is known color: Rust. HEX triplet: B2, 47 and 07. RGB value is (178,71,7). Sum of RGB (Red+Green+Blue) = 178+71+7=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B24707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24707 is #4DB8F8. Grayscale: #606060. Windows color (decimal): -5093625 or 477106. OLE color: 477106.
HSL color Cylindrical-coordinate representation of color #B24707: hue angle of 22.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B24707 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.30 |
| HSL | 22.46º | 0.92% | 0.36% | - |
| HSV(B) | 22.46º | 0.96% | 0.7% | - |
| XYZ | 20.65 | 13.99 | 1.81 | - |
| YUV | 95.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 7 | 0 | 0.60 | 0.96 | 0.30 | 22.46 | 0.92 | 0.36 |
| Hex | B2 | 47 | 7 | 0 | 3C | 60 | 1E | 16 | 5C | 24 |
| Octal | 262 | 107 | 7 | 0 | 74 | 140 | 36 | 26 | 134 | 44 |
| Binary | 10110010 | 1000111 | 111 | 0 | 111100 | 1100000 | 11110 | 10110 | 1011100 | 100100 |
Color Harmonies of #B24707
Complementary color
Monochromatic Colors of #B24707
Black with #B24707
Text Example
Text Example
White with #B24707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24707; }
p { color: rgb(178,71,7); }
H1.HeaderClassName
{
color: #B24707;
}
.AnyTagClassName
{
color: #B24707;
}
</style>
background-color css
<style>
a { background-color: #B24707; }
a { background-color: rgb(178,71,7); }
div.DivClassName
{
background-color: #B24707;
}
.BgClassName
{
background-color: #B24707;
}
</style>
border-color css
<style>
span { border-color: #B24707; }
span { border-color: rgb(178,71,7); }
td.TdClassName
{
border-color: #B24707;
}
.TagClassName
{
border-color: #B24707;
}
</style>