Shades of Rust #B25404
Tints of Rust #B25404
RGB
CMYK
RGB Variations
Color information
#B25404 (or 0xB25404) is known color: Rust. HEX triplet: B2, 54 and 04. RGB value is (178,84,4). Sum of RGB (Red+Green+Blue) = 178+84+4=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B25404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25404 is #4DABFB. Grayscale: #676767. Windows color (decimal): -5090300 or 283826. OLE color: 283826.
HSL color Cylindrical-coordinate representation of color #B25404: hue angle of 27.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B25404 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.30 |
| HSL | 27.59º | 0.96% | 0.36% | - |
| HSV(B) | 27.59º | 0.98% | 0.7% | - |
| XYZ | 21.55 | 15.81 | 2.03 | - |
| YUV | 102.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 4 | 0 | 0.53 | 0.98 | 0.30 | 27.59 | 0.96 | 0.36 |
| Hex | B2 | 54 | 4 | 0 | 35 | 62 | 1E | 1C | 60 | 24 |
| Octal | 262 | 124 | 4 | 0 | 65 | 142 | 36 | 34 | 140 | 44 |
| Binary | 10110010 | 1010100 | 100 | 0 | 110101 | 1100010 | 11110 | 11100 | 1100000 | 100100 |
Color Harmonies of #B25404
Complementary color
Monochromatic Colors of #B25404
Black with #B25404
Text Example
Text Example
White with #B25404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25404; }
p { color: rgb(178,84,4); }
H1.HeaderClassName
{
color: #B25404;
}
.AnyTagClassName
{
color: #B25404;
}
</style>
background-color css
<style>
a { background-color: #B25404; }
a { background-color: rgb(178,84,4); }
div.DivClassName
{
background-color: #B25404;
}
.BgClassName
{
background-color: #B25404;
}
</style>
border-color css
<style>
span { border-color: #B25404; }
span { border-color: rgb(178,84,4); }
td.TdClassName
{
border-color: #B25404;
}
.TagClassName
{
border-color: #B25404;
}
</style>