Shades of Rust #B45202
Tints of Rust #B45202
RGB
CMYK
RGB Variations
Color information
#B45202 (or 0xB45202) is known color: Rust. HEX triplet: B4, 52 and 02. RGB value is (180,82,2). Sum of RGB (Red+Green+Blue) = 180+82+2=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B45202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45202 is #4BADFD. Grayscale: #666666. Windows color (decimal): -4959742 or 152244. OLE color: 152244.
HSL color Cylindrical-coordinate representation of color #B45202: hue angle of 26.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.29 |
| HSL | 26.97º | 0.98% | 0.36% | - |
| HSV(B) | 26.97º | 0.99% | 0.71% | - |
| XYZ | 21.85 | 15.74 | 1.94 | - |
| YUV | 102.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 2 | 0 | 0.54 | 0.99 | 0.29 | 26.97 | 0.98 | 0.36 |
| Hex | B4 | 52 | 2 | 0 | 36 | 63 | 1D | 1B | 62 | 24 |
| Octal | 264 | 122 | 2 | 0 | 66 | 143 | 35 | 33 | 142 | 44 |
| Binary | 10110100 | 1010010 | 10 | 0 | 110110 | 1100011 | 11101 | 11011 | 1100010 | 100100 |
Color Harmonies of #B45202
Complementary color
Monochromatic Colors of #B45202
Black with #B45202
Text Example
Text Example
White with #B45202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45202; }
p { color: rgb(180,82,2); }
H1.HeaderClassName
{
color: #B45202;
}
.AnyTagClassName
{
color: #B45202;
}
</style>
background-color css
<style>
a { background-color: #B45202; }
a { background-color: rgb(180,82,2); }
div.DivClassName
{
background-color: #B45202;
}
.BgClassName
{
background-color: #B45202;
}
</style>
border-color css
<style>
span { border-color: #B45202; }
span { border-color: rgb(180,82,2); }
td.TdClassName
{
border-color: #B45202;
}
.TagClassName
{
border-color: #B45202;
}
</style>