Shades of Rust #B44908
Tints of Rust #B44908
RGB
CMYK
RGB Variations
Color information
#B44908 (or 0xB44908) is known color: Rust. HEX triplet: B4, 49 and 08. RGB value is (180,73,8). Sum of RGB (Red+Green+Blue) = 180+73+8=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B44908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44908 is #4BB6F7. Grayscale: #616161. Windows color (decimal): -4962040 or 543156. OLE color: 543156.
HSL color Cylindrical-coordinate representation of color #B44908: hue angle of 22.67º 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 #B44908 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.29 |
| HSL | 22.67º | 0.91% | 0.37% | - |
| HSV(B) | 22.67º | 0.96% | 0.71% | - |
| XYZ | 21.25 | 14.49 | 1.91 | - |
| YUV | 97.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 8 | 0 | 0.59 | 0.96 | 0.29 | 22.67 | 0.91 | 0.37 |
| Hex | B4 | 49 | 8 | 0 | 3B | 60 | 1D | 17 | 5B | 25 |
| Octal | 264 | 111 | 10 | 0 | 73 | 140 | 35 | 27 | 133 | 45 |
| Binary | 10110100 | 1001001 | 1000 | 0 | 111011 | 1100000 | 11101 | 10111 | 1011011 | 100101 |
Color Harmonies of #B44908
Complementary color
Monochromatic Colors of #B44908
Black with #B44908
Text Example
Text Example
White with #B44908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44908; }
p { color: rgb(180,73,8); }
H1.HeaderClassName
{
color: #B44908;
}
.AnyTagClassName
{
color: #B44908;
}
</style>
background-color css
<style>
a { background-color: #B44908; }
a { background-color: rgb(180,73,8); }
div.DivClassName
{
background-color: #B44908;
}
.BgClassName
{
background-color: #B44908;
}
</style>
border-color css
<style>
span { border-color: #B44908; }
span { border-color: rgb(180,73,8); }
td.TdClassName
{
border-color: #B44908;
}
.TagClassName
{
border-color: #B44908;
}
</style>