Shades of Rust #B25013
Tints of Rust #B25013
RGB
CMYK
RGB Variations
Color information
#B25013 (or 0xB25013) is known color: Rust. HEX triplet: B2, 50 and 13. RGB value is (178,80,19). Sum of RGB (Red+Green+Blue) = 178+80+19=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B25013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25013 is #4DAFEC. Grayscale: #666666. Windows color (decimal): -5091309 or 1265842. OLE color: 1265842.
HSL color Cylindrical-coordinate representation of color #B25013: hue angle of 23.02º 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 #B25013 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 19 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.30 |
| HSL | 23.02º | 0.81% | 0.39% | - |
| HSV(B) | 23.02º | 0.89% | 0.7% | - |
| XYZ | 21.35 | 15.25 | 2.43 | - |
| YUV | 102.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 19 | 0 | 0.55 | 0.89 | 0.30 | 23.02 | 0.81 | 0.39 |
| Hex | B2 | 50 | 13 | 0 | 37 | 59 | 1E | 17 | 51 | 27 |
| Octal | 262 | 120 | 23 | 0 | 67 | 131 | 36 | 27 | 121 | 47 |
| Binary | 10110010 | 1010000 | 10011 | 0 | 110111 | 1011001 | 11110 | 10111 | 1010001 | 100111 |
Color Harmonies of #B25013
Complementary color
Monochromatic Colors of #B25013
Black with #B25013
Text Example
Text Example
White with #B25013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25013; }
p { color: rgb(178,80,19); }
H1.HeaderClassName
{
color: #B25013;
}
.AnyTagClassName
{
color: #B25013;
}
</style>
background-color css
<style>
a { background-color: #B25013; }
a { background-color: rgb(178,80,19); }
div.DivClassName
{
background-color: #B25013;
}
.BgClassName
{
background-color: #B25013;
}
</style>
border-color css
<style>
span { border-color: #B25013; }
span { border-color: rgb(178,80,19); }
td.TdClassName
{
border-color: #B25013;
}
.TagClassName
{
border-color: #B25013;
}
</style>