Shades of Rust #B25014
Tints of Rust #B25014
RGB
CMYK
RGB Variations
Color information
#B25014 (or 0xB25014) is known color: Rust. HEX triplet: B2, 50 and 14. RGB value is (178,80,20). Sum of RGB (Red+Green+Blue) = 178+80+20=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B25014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25014 is #4DAFEB. Grayscale: #666666. Windows color (decimal): -5091308 or 1331378. OLE color: 1331378.
HSL color Cylindrical-coordinate representation of color #B25014: hue angle of 22.78º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B25014 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 20 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.30 |
| HSL | 22.78º | 0.8% | 0.39% | - |
| HSV(B) | 22.78º | 0.89% | 0.7% | - |
| XYZ | 21.36 | 15.25 | 2.48 | - |
| YUV | 102.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 20 | 0 | 0.55 | 0.89 | 0.30 | 22.78 | 0.8 | 0.39 |
| Hex | B2 | 50 | 14 | 0 | 37 | 59 | 1E | 17 | 50 | 27 |
| Octal | 262 | 120 | 24 | 0 | 67 | 131 | 36 | 27 | 120 | 47 |
| Binary | 10110010 | 1010000 | 10100 | 0 | 110111 | 1011001 | 11110 | 10111 | 1010000 | 100111 |
Color Harmonies of #B25014
Complementary color
Monochromatic Colors of #B25014
Black with #B25014
Text Example
Text Example
White with #B25014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25014; }
p { color: rgb(178,80,20); }
H1.HeaderClassName
{
color: #B25014;
}
.AnyTagClassName
{
color: #B25014;
}
</style>
background-color css
<style>
a { background-color: #B25014; }
a { background-color: rgb(178,80,20); }
div.DivClassName
{
background-color: #B25014;
}
.BgClassName
{
background-color: #B25014;
}
</style>
border-color css
<style>
span { border-color: #B25014; }
span { border-color: rgb(178,80,20); }
td.TdClassName
{
border-color: #B25014;
}
.TagClassName
{
border-color: #B25014;
}
</style>