Shades of Rust #B24207
Tints of Rust #B24207
RGB
CMYK
RGB Variations
Color information
#B24207 (or 0xB24207) is known color: Rust. HEX triplet: B2, 42 and 07. RGB value is (178,66,7). Sum of RGB (Red+Green+Blue) = 178+66+7=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24207 is #4DBDF8. Grayscale: #5D5D5D. Windows color (decimal): -5094905 or 475826. OLE color: 475826.
HSL color Cylindrical-coordinate representation of color #B24207: hue angle of 20.7º 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 #B24207 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.30 |
| HSL | 20.7º | 0.92% | 0.36% | - |
| HSV(B) | 20.7º | 0.96% | 0.7% | - |
| XYZ | 20.35 | 13.38 | 1.71 | - |
| YUV | 92.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 7 | 0 | 0.63 | 0.96 | 0.30 | 20.7 | 0.92 | 0.36 |
| Hex | B2 | 42 | 7 | 0 | 3F | 60 | 1E | 15 | 5C | 24 |
| Octal | 262 | 102 | 7 | 0 | 77 | 140 | 36 | 25 | 134 | 44 |
| Binary | 10110010 | 1000010 | 111 | 0 | 111111 | 1100000 | 11110 | 10101 | 1011100 | 100100 |
Color Harmonies of #B24207
Complementary color
Monochromatic Colors of #B24207
Black with #B24207
Text Example
Text Example
White with #B24207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24207; }
p { color: rgb(178,66,7); }
H1.HeaderClassName
{
color: #B24207;
}
.AnyTagClassName
{
color: #B24207;
}
</style>
background-color css
<style>
a { background-color: #B24207; }
a { background-color: rgb(178,66,7); }
div.DivClassName
{
background-color: #B24207;
}
.BgClassName
{
background-color: #B24207;
}
</style>
border-color css
<style>
span { border-color: #B24207; }
span { border-color: rgb(178,66,7); }
td.TdClassName
{
border-color: #B24207;
}
.TagClassName
{
border-color: #B24207;
}
</style>