Shades of Rust #B44D08
Tints of Rust #B44D08
RGB
CMYK
RGB Variations
Color information
#B44D08 (or 0xB44D08) is known color: Rust. HEX triplet: B4, 4D and 08. RGB value is (180,77,8). Sum of RGB (Red+Green+Blue) = 180+77+8=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44D08 is #4BB2F7. Grayscale: #646464. Windows color (decimal): -4961016 or 544180. OLE color: 544180.
HSL color Cylindrical-coordinate representation of color #B44D08: hue angle of 24.07º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44D08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.29 |
| HSL | 24.07º | 0.91% | 0.37% | - |
| HSV(B) | 24.07º | 0.96% | 0.71% | - |
| XYZ | 21.52 | 15.03 | 2 | - |
| YUV | 99.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 8 | 0 | 0.57 | 0.96 | 0.29 | 24.07 | 0.91 | 0.37 |
| Hex | B4 | 4D | 8 | 0 | 39 | 60 | 1D | 18 | 5B | 25 |
| Octal | 264 | 115 | 10 | 0 | 71 | 140 | 35 | 30 | 133 | 45 |
| Binary | 10110100 | 1001101 | 1000 | 0 | 111001 | 1100000 | 11101 | 11000 | 1011011 | 100101 |
Color Harmonies of #B44D08
Complementary color
Monochromatic Colors of #B44D08
Black with #B44D08
Text Example
Text Example
White with #B44D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D08; }
p { color: rgb(180,77,8); }
H1.HeaderClassName
{
color: #B44D08;
}
.AnyTagClassName
{
color: #B44D08;
}
</style>
background-color css
<style>
a { background-color: #B44D08; }
a { background-color: rgb(180,77,8); }
div.DivClassName
{
background-color: #B44D08;
}
.BgClassName
{
background-color: #B44D08;
}
</style>
border-color css
<style>
span { border-color: #B44D08; }
span { border-color: rgb(180,77,8); }
td.TdClassName
{
border-color: #B44D08;
}
.TagClassName
{
border-color: #B44D08;
}
</style>