Shades of Rust #B25614
Tints of Rust #B25614
RGB
CMYK
RGB Variations
Color information
#B25614 (or 0xB25614) is known color: Rust. HEX triplet: B2, 56 and 14. RGB value is (178,86,20). Sum of RGB (Red+Green+Blue) = 178+86+20=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B25614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25614 is #4DA9EB. Grayscale: #6A6A6A. Windows color (decimal): -5089772 or 1332914. OLE color: 1332914.
HSL color Cylindrical-coordinate representation of color #B25614: hue angle of 25.06º 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 #B25614 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.30 |
| HSL | 25.06º | 0.8% | 0.39% | - |
| HSV(B) | 25.06º | 0.89% | 0.7% | - |
| XYZ | 21.81 | 16.17 | 2.63 | - |
| YUV | 105.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 20 | 0 | 0.52 | 0.89 | 0.30 | 25.06 | 0.8 | 0.39 |
| Hex | B2 | 56 | 14 | 0 | 34 | 59 | 1E | 19 | 50 | 27 |
| Octal | 262 | 126 | 24 | 0 | 64 | 131 | 36 | 31 | 120 | 47 |
| Binary | 10110010 | 1010110 | 10100 | 0 | 110100 | 1011001 | 11110 | 11001 | 1010000 | 100111 |
Color Harmonies of #B25614
Complementary color
Monochromatic Colors of #B25614
Black with #B25614
Text Example
Text Example
White with #B25614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25614; }
p { color: rgb(178,86,20); }
H1.HeaderClassName
{
color: #B25614;
}
.AnyTagClassName
{
color: #B25614;
}
</style>
background-color css
<style>
a { background-color: #B25614; }
a { background-color: rgb(178,86,20); }
div.DivClassName
{
background-color: #B25614;
}
.BgClassName
{
background-color: #B25614;
}
</style>
border-color css
<style>
span { border-color: #B25614; }
span { border-color: rgb(178,86,20); }
td.TdClassName
{
border-color: #B25614;
}
.TagClassName
{
border-color: #B25614;
}
</style>