Shades of Rust #B44705
Tints of Rust #B44705
RGB
CMYK
RGB Variations
Color information
#B44705 (or 0xB44705) is known color: Rust. HEX triplet: B4, 47 and 05. RGB value is (180,71,5). Sum of RGB (Red+Green+Blue) = 180+71+5=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B44705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44705 is #4BB8FA. Grayscale: #606060. Windows color (decimal): -4962555 or 346036. OLE color: 346036.
HSL color Cylindrical-coordinate representation of color #B44705: hue angle of 22.63º 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 #B44705 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.29 |
| HSL | 22.63º | 0.95% | 0.36% | - |
| HSV(B) | 22.63º | 0.97% | 0.71% | - |
| XYZ | 21.1 | 14.22 | 1.78 | - |
| YUV | 96.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 5 | 0 | 0.61 | 0.97 | 0.29 | 22.63 | 0.95 | 0.36 |
| Hex | B4 | 47 | 5 | 0 | 3D | 61 | 1D | 17 | 5F | 24 |
| Octal | 264 | 107 | 5 | 0 | 75 | 141 | 35 | 27 | 137 | 44 |
| Binary | 10110100 | 1000111 | 101 | 0 | 111101 | 1100001 | 11101 | 10111 | 1011111 | 100100 |
Color Harmonies of #B44705
Complementary color
Monochromatic Colors of #B44705
Black with #B44705
Text Example
Text Example
White with #B44705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44705; }
p { color: rgb(180,71,5); }
H1.HeaderClassName
{
color: #B44705;
}
.AnyTagClassName
{
color: #B44705;
}
</style>
background-color css
<style>
a { background-color: #B44705; }
a { background-color: rgb(180,71,5); }
div.DivClassName
{
background-color: #B44705;
}
.BgClassName
{
background-color: #B44705;
}
</style>
border-color css
<style>
span { border-color: #B44705; }
span { border-color: rgb(180,71,5); }
td.TdClassName
{
border-color: #B44705;
}
.TagClassName
{
border-color: #B44705;
}
</style>