Shades of Rust #B44500
Tints of Rust #B44500
RGB
CMYK
RGB Variations
Color information
#B44500 (or 0xB44500) is known color: Rust. HEX triplet: B4, 45 and 00. RGB value is (180,69,0). Sum of RGB (Red+Green+Blue) = 180+69+0=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B44500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44500 is #4BBAFF. Grayscale: #5E5E5E. Windows color (decimal): -4963072 or 17844. OLE color: 17844.
HSL color Cylindrical-coordinate representation of color #B44500: hue angle of 23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B44500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.29 |
| HSL | 23º | 1% | 0.35% | - |
| HSV(B) | 23º | 1% | 0.71% | - |
| XYZ | 20.95 | 13.96 | 1.59 | - |
| YUV | 94.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 0 | 0 | 0.62 | 1 | 0.29 | 23 | 1 | 0.35 |
| Hex | B4 | 45 | 0 | 0 | 3E | 64 | 1D | 17 | 64 | 23 |
| Octal | 264 | 105 | 0 | 0 | 76 | 144 | 35 | 27 | 144 | 43 |
| Binary | 10110100 | 1000101 | 0 | 0 | 111110 | 1100100 | 11101 | 10111 | 1100100 | 100011 |
Color Harmonies of #B44500
Complementary color
Monochromatic Colors of #B44500
Black with #B44500
Text Example
Text Example
White with #B44500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44500; }
p { color: rgb(180,69,0); }
H1.HeaderClassName
{
color: #B44500;
}
.AnyTagClassName
{
color: #B44500;
}
</style>
background-color css
<style>
a { background-color: #B44500; }
a { background-color: rgb(180,69,0); }
div.DivClassName
{
background-color: #B44500;
}
.BgClassName
{
background-color: #B44500;
}
</style>
border-color css
<style>
span { border-color: #B44500; }
span { border-color: rgb(180,69,0); }
td.TdClassName
{
border-color: #B44500;
}
.TagClassName
{
border-color: #B44500;
}
</style>