Shades of Rust #B44005
Tints of Rust #B44005
RGB
CMYK
RGB Variations
Color information
#B44005 (or 0xB44005) is known color: Rust. HEX triplet: B4, 40 and 05. RGB value is (180,64,5). Sum of RGB (Red+Green+Blue) = 180+64+5=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B44005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44005 is #4BBFFA. Grayscale: #5C5C5C. Windows color (decimal): -4964347 or 344244. OLE color: 344244.
HSL color Cylindrical-coordinate representation of color #B44005: hue angle of 20.23º 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 #B44005 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.29 |
| HSL | 20.23º | 0.95% | 0.36% | - |
| HSV(B) | 20.23º | 0.97% | 0.71% | - |
| XYZ | 20.68 | 13.38 | 1.64 | - |
| YUV | 91.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 5 | 0 | 0.64 | 0.97 | 0.29 | 20.23 | 0.95 | 0.36 |
| Hex | B4 | 40 | 5 | 0 | 40 | 61 | 1D | 14 | 5F | 24 |
| Octal | 264 | 100 | 5 | 0 | 100 | 141 | 35 | 24 | 137 | 44 |
| Binary | 10110100 | 1000000 | 101 | 0 | 1000000 | 1100001 | 11101 | 10100 | 1011111 | 100100 |
Color Harmonies of #B44005
Complementary color
Monochromatic Colors of #B44005
Black with #B44005
Text Example
Text Example
White with #B44005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44005; }
p { color: rgb(180,64,5); }
H1.HeaderClassName
{
color: #B44005;
}
.AnyTagClassName
{
color: #B44005;
}
</style>
background-color css
<style>
a { background-color: #B44005; }
a { background-color: rgb(180,64,5); }
div.DivClassName
{
background-color: #B44005;
}
.BgClassName
{
background-color: #B44005;
}
</style>
border-color css
<style>
span { border-color: #B44005; }
span { border-color: rgb(180,64,5); }
td.TdClassName
{
border-color: #B44005;
}
.TagClassName
{
border-color: #B44005;
}
</style>