Shades of Rust #B45203
Tints of Rust #B45203
RGB
CMYK
RGB Variations
Color information
#B45203 (or 0xB45203) is known color: Rust. HEX triplet: B4, 52 and 03. RGB value is (180,82,3). Sum of RGB (Red+Green+Blue) = 180+82+3=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B45203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45203 is #4BADFC. Grayscale: #666666. Windows color (decimal): -4959741 or 217780. OLE color: 217780.
HSL color Cylindrical-coordinate representation of color #B45203: hue angle of 26.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45203 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.29 |
| HSL | 26.78º | 0.97% | 0.36% | - |
| HSV(B) | 26.78º | 0.98% | 0.71% | - |
| XYZ | 21.86 | 15.74 | 1.97 | - |
| YUV | 102.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 3 | 0 | 0.54 | 0.98 | 0.29 | 26.78 | 0.97 | 0.36 |
| Hex | B4 | 52 | 3 | 0 | 36 | 62 | 1D | 1B | 61 | 24 |
| Octal | 264 | 122 | 3 | 0 | 66 | 142 | 35 | 33 | 141 | 44 |
| Binary | 10110100 | 1010010 | 11 | 0 | 110110 | 1100010 | 11101 | 11011 | 1100001 | 100100 |
Color Harmonies of #B45203
Complementary color
Monochromatic Colors of #B45203
Black with #B45203
Text Example
Text Example
White with #B45203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45203; }
p { color: rgb(180,82,3); }
H1.HeaderClassName
{
color: #B45203;
}
.AnyTagClassName
{
color: #B45203;
}
</style>
background-color css
<style>
a { background-color: #B45203; }
a { background-color: rgb(180,82,3); }
div.DivClassName
{
background-color: #B45203;
}
.BgClassName
{
background-color: #B45203;
}
</style>
border-color css
<style>
span { border-color: #B45203; }
span { border-color: rgb(180,82,3); }
td.TdClassName
{
border-color: #B45203;
}
.TagClassName
{
border-color: #B45203;
}
</style>