Shades of Rust #B24401
Tints of Rust #B24401
RGB
CMYK
RGB Variations
Color information
#B24401 (or 0xB24401) is known color: Rust. HEX triplet: B2, 44 and 01. RGB value is (178,68,1). Sum of RGB (Red+Green+Blue) = 178+68+1=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B24401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24401 is #4DBBFE. Grayscale: #5D5D5D. Windows color (decimal): -5094399 or 83122. OLE color: 83122.
HSL color Cylindrical-coordinate representation of color #B24401: hue angle of 22.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B24401 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.30 |
| HSL | 22.71º | 0.99% | 0.35% | - |
| HSV(B) | 22.71º | 0.99% | 0.7% | - |
| XYZ | 20.43 | 13.6 | 1.58 | - |
| YUV | 93.25 | 75.94 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 1 | 0 | 0.62 | 0.99 | 0.30 | 22.71 | 0.99 | 0.35 |
| Hex | B2 | 44 | 1 | 0 | 3E | 63 | 1E | 17 | 63 | 23 |
| Octal | 262 | 104 | 1 | 0 | 76 | 143 | 36 | 27 | 143 | 43 |
| Binary | 10110010 | 1000100 | 1 | 0 | 111110 | 1100011 | 11110 | 10111 | 1100011 | 100011 |
Color Harmonies of #B24401
Complementary color
Monochromatic Colors of #B24401
Black with #B24401
Text Example
Text Example
White with #B24401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24401; }
p { color: rgb(178,68,1); }
H1.HeaderClassName
{
color: #B24401;
}
.AnyTagClassName
{
color: #B24401;
}
</style>
background-color css
<style>
a { background-color: #B24401; }
a { background-color: rgb(178,68,1); }
div.DivClassName
{
background-color: #B24401;
}
.BgClassName
{
background-color: #B24401;
}
</style>
border-color css
<style>
span { border-color: #B24401; }
span { border-color: rgb(178,68,1); }
td.TdClassName
{
border-color: #B24401;
}
.TagClassName
{
border-color: #B24401;
}
</style>