Shades of Rust #B24000
Tints of Rust #B24000
RGB
CMYK
RGB Variations
Color information
#B24000 (or 0xB24000) is known color: Rust. HEX triplet: B2, 40 and 00. RGB value is (178,64,0). Sum of RGB (Red+Green+Blue) = 178+64+0=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B24000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24000 is #4DBFFF. Grayscale: #5B5B5B. Windows color (decimal): -5095424 or 16562. OLE color: 16562.
HSL color Cylindrical-coordinate representation of color #B24000: hue angle of 21.57º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B24000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.30 |
| HSL | 21.57º | 1% | 0.35% | - |
| HSV(B) | 21.57º | 1% | 0.7% | - |
| XYZ | 20.19 | 13.13 | 1.47 | - |
| YUV | 90.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 0 | 0 | 0.64 | 1 | 0.30 | 21.57 | 1 | 0.35 |
| Hex | B2 | 40 | 0 | 0 | 40 | 64 | 1E | 16 | 64 | 23 |
| Octal | 262 | 100 | 0 | 0 | 100 | 144 | 36 | 26 | 144 | 43 |
| Binary | 10110010 | 1000000 | 0 | 0 | 1000000 | 1100100 | 11110 | 10110 | 1100100 | 100011 |
Color Harmonies of #B24000
Complementary color
Monochromatic Colors of #B24000
Black with #B24000
Text Example
Text Example
White with #B24000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24000; }
p { color: rgb(178,64,0); }
H1.HeaderClassName
{
color: #B24000;
}
.AnyTagClassName
{
color: #B24000;
}
</style>
background-color css
<style>
a { background-color: #B24000; }
a { background-color: rgb(178,64,0); }
div.DivClassName
{
background-color: #B24000;
}
.BgClassName
{
background-color: #B24000;
}
</style>
border-color css
<style>
span { border-color: #B24000; }
span { border-color: rgb(178,64,0); }
td.TdClassName
{
border-color: #B24000;
}
.TagClassName
{
border-color: #B24000;
}
</style>