Shades of Rust #B25203
Tints of Rust #B25203
RGB
CMYK
RGB Variations
Color information
#B25203 (or 0xB25203) is known color: Rust. HEX triplet: B2, 52 and 03. RGB value is (178,82,3). Sum of RGB (Red+Green+Blue) = 178+82+3=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B25203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25203 is #4DADFC. Grayscale: #666666. Windows color (decimal): -5090813 or 217778. OLE color: 217778.
HSL color Cylindrical-coordinate representation of color #B25203: hue angle of 27.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B25203 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.30 |
| HSL | 27.09º | 0.97% | 0.35% | - |
| HSV(B) | 27.09º | 0.98% | 0.7% | - |
| XYZ | 21.39 | 15.51 | 1.95 | - |
| YUV | 101.7 | 72.3 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 3 | 0 | 0.54 | 0.98 | 0.30 | 27.09 | 0.97 | 0.35 |
| Hex | B2 | 52 | 3 | 0 | 36 | 62 | 1E | 1B | 61 | 23 |
| Octal | 262 | 122 | 3 | 0 | 66 | 142 | 36 | 33 | 141 | 43 |
| Binary | 10110010 | 1010010 | 11 | 0 | 110110 | 1100010 | 11110 | 11011 | 1100001 | 100011 |
Color Harmonies of #B25203
Complementary color
Monochromatic Colors of #B25203
Black with #B25203
Text Example
Text Example
White with #B25203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25203; }
p { color: rgb(178,82,3); }
H1.HeaderClassName
{
color: #B25203;
}
.AnyTagClassName
{
color: #B25203;
}
</style>
background-color css
<style>
a { background-color: #B25203; }
a { background-color: rgb(178,82,3); }
div.DivClassName
{
background-color: #B25203;
}
.BgClassName
{
background-color: #B25203;
}
</style>
border-color css
<style>
span { border-color: #B25203; }
span { border-color: rgb(178,82,3); }
td.TdClassName
{
border-color: #B25203;
}
.TagClassName
{
border-color: #B25203;
}
</style>