Shades of Rust #B25019
Tints of Rust #B25019
RGB
CMYK
RGB Variations
Color information
#B25019 (or 0xB25019) is known color: Rust. HEX triplet: B2, 50 and 19. RGB value is (178,80,25). Sum of RGB (Red+Green+Blue) = 178+80+25=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B25019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25019 is #4DAFE6. Grayscale: #676767. Windows color (decimal): -5091303 or 1659058. OLE color: 1659058.
HSL color Cylindrical-coordinate representation of color #B25019: hue angle of 21.57º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B25019 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 25 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.30 |
| HSL | 21.57º | 0.75% | 0.4% | - |
| HSV(B) | 21.57º | 0.86% | 0.7% | - |
| XYZ | 21.4 | 15.27 | 2.74 | - |
| YUV | 103.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 25 | 0 | 0.55 | 0.86 | 0.30 | 21.57 | 0.75 | 0.4 |
| Hex | B2 | 50 | 19 | 0 | 37 | 56 | 1E | 16 | 4B | 28 |
| Octal | 262 | 120 | 31 | 0 | 67 | 126 | 36 | 26 | 113 | 50 |
| Binary | 10110010 | 1010000 | 11001 | 0 | 110111 | 1010110 | 11110 | 10110 | 1001011 | 101000 |
Color Harmonies of #B25019
Complementary color
Monochromatic Colors of #B25019
Black with #B25019
Text Example
Text Example
White with #B25019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25019; }
p { color: rgb(178,80,25); }
H1.HeaderClassName
{
color: #B25019;
}
.AnyTagClassName
{
color: #B25019;
}
</style>
background-color css
<style>
a { background-color: #B25019; }
a { background-color: rgb(178,80,25); }
div.DivClassName
{
background-color: #B25019;
}
.BgClassName
{
background-color: #B25019;
}
</style>
border-color css
<style>
span { border-color: #B25019; }
span { border-color: rgb(178,80,25); }
td.TdClassName
{
border-color: #B25019;
}
.TagClassName
{
border-color: #B25019;
}
</style>