Shades of Rust #B45201
Tints of Rust #B45201
RGB
CMYK
RGB Variations
Color information
#B45201 (or 0xB45201) is known color: Rust. HEX triplet: B4, 52 and 01. RGB value is (180,82,1). Sum of RGB (Red+Green+Blue) = 180+82+1=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B45201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45201 is #4BADFE. Grayscale: #666666. Windows color (decimal): -4959743 or 86708. OLE color: 86708.
HSL color Cylindrical-coordinate representation of color #B45201: hue angle of 27.15º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45201 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.29 |
| HSL | 27.15º | 0.99% | 0.35% | - |
| HSV(B) | 27.15º | 0.99% | 0.71% | - |
| XYZ | 21.85 | 15.74 | 1.92 | - |
| YUV | 102.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 1 | 0 | 0.54 | 0.99 | 0.29 | 27.15 | 0.99 | 0.35 |
| Hex | B4 | 52 | 1 | 0 | 36 | 63 | 1D | 1B | 63 | 23 |
| Octal | 264 | 122 | 1 | 0 | 66 | 143 | 35 | 33 | 143 | 43 |
| Binary | 10110100 | 1010010 | 1 | 0 | 110110 | 1100011 | 11101 | 11011 | 1100011 | 100011 |
Color Harmonies of #B45201
Complementary color
Monochromatic Colors of #B45201
Black with #B45201
Text Example
Text Example
White with #B45201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45201; }
p { color: rgb(180,82,1); }
H1.HeaderClassName
{
color: #B45201;
}
.AnyTagClassName
{
color: #B45201;
}
</style>
background-color css
<style>
a { background-color: #B45201; }
a { background-color: rgb(180,82,1); }
div.DivClassName
{
background-color: #B45201;
}
.BgClassName
{
background-color: #B45201;
}
</style>
border-color css
<style>
span { border-color: #B45201; }
span { border-color: rgb(180,82,1); }
td.TdClassName
{
border-color: #B45201;
}
.TagClassName
{
border-color: #B45201;
}
</style>