Shades of Rust #B24007
Tints of Rust #B24007
RGB
CMYK
RGB Variations
Color information
#B24007 (or 0xB24007) is known color: Rust. HEX triplet: B2, 40 and 07. RGB value is (178,64,7). Sum of RGB (Red+Green+Blue) = 178+64+7=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24007 is #4DBFF8. Grayscale: #5B5B5B. Windows color (decimal): -5095417 or 475314. OLE color: 475314.
HSL color Cylindrical-coordinate representation of color #B24007: hue angle of 20º 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 #B24007 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.30 |
| HSL | 20º | 0.92% | 0.36% | - |
| HSV(B) | 20º | 0.96% | 0.7% | - |
| XYZ | 20.23 | 13.15 | 1.67 | - |
| YUV | 91.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 7 | 0 | 0.64 | 0.96 | 0.30 | 20 | 0.92 | 0.36 |
| Hex | B2 | 40 | 7 | 0 | 40 | 60 | 1E | 14 | 5C | 24 |
| Octal | 262 | 100 | 7 | 0 | 100 | 140 | 36 | 24 | 134 | 44 |
| Binary | 10110010 | 1000000 | 111 | 0 | 1000000 | 1100000 | 11110 | 10100 | 1011100 | 100100 |
Color Harmonies of #B24007
Complementary color
Monochromatic Colors of #B24007
Black with #B24007
Text Example
Text Example
White with #B24007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24007; }
p { color: rgb(178,64,7); }
H1.HeaderClassName
{
color: #B24007;
}
.AnyTagClassName
{
color: #B24007;
}
</style>
background-color css
<style>
a { background-color: #B24007; }
a { background-color: rgb(178,64,7); }
div.DivClassName
{
background-color: #B24007;
}
.BgClassName
{
background-color: #B24007;
}
</style>
border-color css
<style>
span { border-color: #B24007; }
span { border-color: rgb(178,64,7); }
td.TdClassName
{
border-color: #B24007;
}
.TagClassName
{
border-color: #B24007;
}
</style>