Shades of Rust #B44000
Tints of Rust #B44000
RGB
CMYK
RGB Variations
Color information
#B44000 (or 0xB44000) is known color: Rust. HEX triplet: B4, 40 and 00. RGB value is (180,64,0). Sum of RGB (Red+Green+Blue) = 180+64+0=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B44000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44000 is #4BBFFF. Grayscale: #5B5B5B. Windows color (decimal): -4964352 or 16564. OLE color: 16564.
HSL color Cylindrical-coordinate representation of color #B44000: hue angle of 21.33º 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 #B44000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.29 |
| HSL | 21.33º | 1% | 0.35% | - |
| HSV(B) | 21.33º | 1% | 0.71% | - |
| XYZ | 20.66 | 13.37 | 1.49 | - |
| YUV | 91.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 0 | 0 | 0.64 | 1 | 0.29 | 21.33 | 1 | 0.35 |
| Hex | B4 | 40 | 0 | 0 | 40 | 64 | 1D | 15 | 64 | 23 |
| Octal | 264 | 100 | 0 | 0 | 100 | 144 | 35 | 25 | 144 | 43 |
| Binary | 10110100 | 1000000 | 0 | 0 | 1000000 | 1100100 | 11101 | 10101 | 1100100 | 100011 |
Color Harmonies of #B44000
Complementary color
Monochromatic Colors of #B44000
Black with #B44000
Text Example
Text Example
White with #B44000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44000; }
p { color: rgb(180,64,0); }
H1.HeaderClassName
{
color: #B44000;
}
.AnyTagClassName
{
color: #B44000;
}
</style>
background-color css
<style>
a { background-color: #B44000; }
a { background-color: rgb(180,64,0); }
div.DivClassName
{
background-color: #B44000;
}
.BgClassName
{
background-color: #B44000;
}
</style>
border-color css
<style>
span { border-color: #B44000; }
span { border-color: rgb(180,64,0); }
td.TdClassName
{
border-color: #B44000;
}
.TagClassName
{
border-color: #B44000;
}
</style>