Shades of Rust #B44905
Tints of Rust #B44905
RGB
CMYK
RGB Variations
Color information
#B44905 (or 0xB44905) is known color: Rust. HEX triplet: B4, 49 and 05. RGB value is (180,73,5). Sum of RGB (Red+Green+Blue) = 180+73+5=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B44905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44905 is #4BB6FA. Grayscale: #616161. Windows color (decimal): -4962043 or 346548. OLE color: 346548.
HSL color Cylindrical-coordinate representation of color #B44905: hue angle of 23.31º 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 #B44905 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.29 |
| HSL | 23.31º | 0.95% | 0.36% | - |
| HSV(B) | 23.31º | 0.97% | 0.71% | - |
| XYZ | 21.23 | 14.48 | 1.82 | - |
| YUV | 97.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 5 | 0 | 0.59 | 0.97 | 0.29 | 23.31 | 0.95 | 0.36 |
| Hex | B4 | 49 | 5 | 0 | 3B | 61 | 1D | 17 | 5F | 24 |
| Octal | 264 | 111 | 5 | 0 | 73 | 141 | 35 | 27 | 137 | 44 |
| Binary | 10110100 | 1001001 | 101 | 0 | 111011 | 1100001 | 11101 | 10111 | 1011111 | 100100 |
Color Harmonies of #B44905
Complementary color
Monochromatic Colors of #B44905
Black with #B44905
Text Example
Text Example
White with #B44905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44905; }
p { color: rgb(180,73,5); }
H1.HeaderClassName
{
color: #B44905;
}
.AnyTagClassName
{
color: #B44905;
}
</style>
background-color css
<style>
a { background-color: #B44905; }
a { background-color: rgb(180,73,5); }
div.DivClassName
{
background-color: #B44905;
}
.BgClassName
{
background-color: #B44905;
}
</style>
border-color css
<style>
span { border-color: #B44905; }
span { border-color: rgb(180,73,5); }
td.TdClassName
{
border-color: #B44905;
}
.TagClassName
{
border-color: #B44905;
}
</style>