Shades of Rust #B44B00
Tints of Rust #B44B00
RGB
CMYK
RGB Variations
Color information
#B44B00 (or 0xB44B00) is known color: Rust. HEX triplet: B4, 4B and 00. RGB value is (180,75,0). Sum of RGB (Red+Green+Blue) = 180+75+0=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B00 is #4BB4FF. Grayscale: #626262. Windows color (decimal): -4961536 or 19380. OLE color: 19380.
HSL color Cylindrical-coordinate representation of color #B44B00: hue angle of 25º 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 #B44B00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.29 |
| HSL | 25º | 1% | 0.35% | - |
| HSV(B) | 25º | 1% | 0.71% | - |
| XYZ | 21.34 | 14.74 | 1.72 | - |
| YUV | 97.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 0 | 0 | 0.58 | 1 | 0.29 | 25 | 1 | 0.35 |
| Hex | B4 | 4B | 0 | 0 | 3A | 64 | 1D | 19 | 64 | 23 |
| Octal | 264 | 113 | 0 | 0 | 72 | 144 | 35 | 31 | 144 | 43 |
| Binary | 10110100 | 1001011 | 0 | 0 | 111010 | 1100100 | 11101 | 11001 | 1100100 | 100011 |
Color Harmonies of #B44B00
Complementary color
Monochromatic Colors of #B44B00
Black with #B44B00
Text Example
Text Example
White with #B44B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B00; }
p { color: rgb(180,75,0); }
H1.HeaderClassName
{
color: #B44B00;
}
.AnyTagClassName
{
color: #B44B00;
}
</style>
background-color css
<style>
a { background-color: #B44B00; }
a { background-color: rgb(180,75,0); }
div.DivClassName
{
background-color: #B44B00;
}
.BgClassName
{
background-color: #B44B00;
}
</style>
border-color css
<style>
span { border-color: #B44B00; }
span { border-color: rgb(180,75,0); }
td.TdClassName
{
border-color: #B44B00;
}
.TagClassName
{
border-color: #B44B00;
}
</style>