Shades of Rust #B25713
Tints of Rust #B25713
RGB
CMYK
RGB Variations
Color information
#B25713 (or 0xB25713) is known color: Rust. HEX triplet: B2, 57 and 13. RGB value is (178,87,19). Sum of RGB (Red+Green+Blue) = 178+87+19=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B25713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25713 is #4DA8EC. Grayscale: #6A6A6A. Windows color (decimal): -5089517 or 1267634. OLE color: 1267634.
HSL color Cylindrical-coordinate representation of color #B25713: hue angle of 25.66º degrees, saturation: 0.81, 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 #B25713 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.30 |
| HSL | 25.66º | 0.81% | 0.39% | - |
| HSV(B) | 25.66º | 0.89% | 0.7% | - |
| XYZ | 21.89 | 16.33 | 2.61 | - |
| YUV | 106.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 19 | 0 | 0.51 | 0.89 | 0.30 | 25.66 | 0.81 | 0.39 |
| Hex | B2 | 57 | 13 | 0 | 33 | 59 | 1E | 1A | 51 | 27 |
| Octal | 262 | 127 | 23 | 0 | 63 | 131 | 36 | 32 | 121 | 47 |
| Binary | 10110010 | 1010111 | 10011 | 0 | 110011 | 1011001 | 11110 | 11010 | 1010001 | 100111 |
Color Harmonies of #B25713
Complementary color
Monochromatic Colors of #B25713
Black with #B25713
Text Example
Text Example
White with #B25713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25713; }
p { color: rgb(178,87,19); }
H1.HeaderClassName
{
color: #B25713;
}
.AnyTagClassName
{
color: #B25713;
}
</style>
background-color css
<style>
a { background-color: #B25713; }
a { background-color: rgb(178,87,19); }
div.DivClassName
{
background-color: #B25713;
}
.BgClassName
{
background-color: #B25713;
}
</style>
border-color css
<style>
span { border-color: #B25713; }
span { border-color: rgb(178,87,19); }
td.TdClassName
{
border-color: #B25713;
}
.TagClassName
{
border-color: #B25713;
}
</style>