Shades of Rust #B25012
Tints of Rust #B25012
RGB
CMYK
RGB Variations
Color information
#B25012 (or 0xB25012) is known color: Rust. HEX triplet: B2, 50 and 12. RGB value is (178,80,18). Sum of RGB (Red+Green+Blue) = 178+80+18=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B25012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25012 is #4DAFED. Grayscale: #666666. Windows color (decimal): -5091310 or 1200306. OLE color: 1200306.
HSL color Cylindrical-coordinate representation of color #B25012: hue angle of 23.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B25012 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.30 |
| HSL | 23.25º | 0.82% | 0.38% | - |
| HSV(B) | 23.25º | 0.9% | 0.7% | - |
| XYZ | 21.34 | 15.25 | 2.39 | - |
| YUV | 102.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 18 | 0 | 0.55 | 0.90 | 0.30 | 23.25 | 0.82 | 0.38 |
| Hex | B2 | 50 | 12 | 0 | 37 | 5A | 1E | 17 | 52 | 26 |
| Octal | 262 | 120 | 22 | 0 | 67 | 132 | 36 | 27 | 122 | 46 |
| Binary | 10110010 | 1010000 | 10010 | 0 | 110111 | 1011010 | 11110 | 10111 | 1010010 | 100110 |
Color Harmonies of #B25012
Complementary color
Monochromatic Colors of #B25012
Black with #B25012
Text Example
Text Example
White with #B25012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25012; }
p { color: rgb(178,80,18); }
H1.HeaderClassName
{
color: #B25012;
}
.AnyTagClassName
{
color: #B25012;
}
</style>
background-color css
<style>
a { background-color: #B25012; }
a { background-color: rgb(178,80,18); }
div.DivClassName
{
background-color: #B25012;
}
.BgClassName
{
background-color: #B25012;
}
</style>
border-color css
<style>
span { border-color: #B25012; }
span { border-color: rgb(178,80,18); }
td.TdClassName
{
border-color: #B25012;
}
.TagClassName
{
border-color: #B25012;
}
</style>