Shades of Rust #B25202
Tints of Rust #B25202
RGB
CMYK
RGB Variations
Color information
#B25202 (or 0xB25202) is known color: Rust. HEX triplet: B2, 52 and 02. RGB value is (178,82,2). Sum of RGB (Red+Green+Blue) = 178+82+2=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B25202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25202 is #4DADFD. Grayscale: #666666. Windows color (decimal): -5090814 or 152242. OLE color: 152242.
HSL color Cylindrical-coordinate representation of color #B25202: hue angle of 27.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B25202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.30 |
| HSL | 27.27º | 0.98% | 0.35% | - |
| HSV(B) | 27.27º | 0.99% | 0.7% | - |
| XYZ | 21.39 | 15.5 | 1.92 | - |
| YUV | 101.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 2 | 0 | 0.54 | 0.99 | 0.30 | 27.27 | 0.98 | 0.35 |
| Hex | B2 | 52 | 2 | 0 | 36 | 63 | 1E | 1B | 62 | 23 |
| Octal | 262 | 122 | 2 | 0 | 66 | 143 | 36 | 33 | 142 | 43 |
| Binary | 10110010 | 1010010 | 10 | 0 | 110110 | 1100011 | 11110 | 11011 | 1100010 | 100011 |
Color Harmonies of #B25202
Complementary color
Monochromatic Colors of #B25202
Black with #B25202
Text Example
Text Example
White with #B25202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25202; }
p { color: rgb(178,82,2); }
H1.HeaderClassName
{
color: #B25202;
}
.AnyTagClassName
{
color: #B25202;
}
</style>
background-color css
<style>
a { background-color: #B25202; }
a { background-color: rgb(178,82,2); }
div.DivClassName
{
background-color: #B25202;
}
.BgClassName
{
background-color: #B25202;
}
</style>
border-color css
<style>
span { border-color: #B25202; }
span { border-color: rgb(178,82,2); }
td.TdClassName
{
border-color: #B25202;
}
.TagClassName
{
border-color: #B25202;
}
</style>