Shades of Rust #B45305
Tints of Rust #B45305
RGB
CMYK
RGB Variations
Color information
#B45305 (or 0xB45305) is known color: Rust. HEX triplet: B4, 53 and 05. RGB value is (180,83,5). Sum of RGB (Red+Green+Blue) = 180+83+5=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45305 is #4BACFA. Grayscale: #676767. Windows color (decimal): -4959483 or 349108. OLE color: 349108.
HSL color Cylindrical-coordinate representation of color #B45305: hue angle of 26.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B45305 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.29 |
| HSL | 26.74º | 0.95% | 0.36% | - |
| HSV(B) | 26.74º | 0.97% | 0.71% | - |
| XYZ | 21.94 | 15.9 | 2.06 | - |
| YUV | 103.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 5 | 0 | 0.54 | 0.97 | 0.29 | 26.74 | 0.95 | 0.36 |
| Hex | B4 | 53 | 5 | 0 | 36 | 61 | 1D | 1B | 5F | 24 |
| Octal | 264 | 123 | 5 | 0 | 66 | 141 | 35 | 33 | 137 | 44 |
| Binary | 10110100 | 1010011 | 101 | 0 | 110110 | 1100001 | 11101 | 11011 | 1011111 | 100100 |
Color Harmonies of #B45305
Complementary color
Monochromatic Colors of #B45305
Black with #B45305
Text Example
Text Example
White with #B45305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45305; }
p { color: rgb(180,83,5); }
H1.HeaderClassName
{
color: #B45305;
}
.AnyTagClassName
{
color: #B45305;
}
</style>
background-color css
<style>
a { background-color: #B45305; }
a { background-color: rgb(180,83,5); }
div.DivClassName
{
background-color: #B45305;
}
.BgClassName
{
background-color: #B45305;
}
</style>
border-color css
<style>
span { border-color: #B45305; }
span { border-color: rgb(180,83,5); }
td.TdClassName
{
border-color: #B45305;
}
.TagClassName
{
border-color: #B45305;
}
</style>