Shades of Rust #B44507
Tints of Rust #B44507
RGB
CMYK
RGB Variations
Color information
#B44507 (or 0xB44507) is known color: Rust. HEX triplet: B4, 45 and 07. RGB value is (180,69,7). Sum of RGB (Red+Green+Blue) = 180+69+7=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B44507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44507 is #4BBAF8. Grayscale: #5F5F5F. Windows color (decimal): -4963065 or 476596. OLE color: 476596.
HSL color Cylindrical-coordinate representation of color #B44507: hue angle of 21.5º degrees, saturation: 0.93, 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 #B44507 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.29 |
| HSL | 21.5º | 0.93% | 0.37% | - |
| HSV(B) | 21.5º | 0.96% | 0.71% | - |
| XYZ | 20.99 | 13.97 | 1.79 | - |
| YUV | 95.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 7 | 0 | 0.62 | 0.96 | 0.29 | 21.5 | 0.93 | 0.37 |
| Hex | B4 | 45 | 7 | 0 | 3E | 60 | 1D | 16 | 5D | 25 |
| Octal | 264 | 105 | 7 | 0 | 76 | 140 | 35 | 26 | 135 | 45 |
| Binary | 10110100 | 1000101 | 111 | 0 | 111110 | 1100000 | 11101 | 10110 | 1011101 | 100101 |
Color Harmonies of #B44507
Complementary color
Monochromatic Colors of #B44507
Black with #B44507
Text Example
Text Example
White with #B44507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44507; }
p { color: rgb(180,69,7); }
H1.HeaderClassName
{
color: #B44507;
}
.AnyTagClassName
{
color: #B44507;
}
</style>
background-color css
<style>
a { background-color: #B44507; }
a { background-color: rgb(180,69,7); }
div.DivClassName
{
background-color: #B44507;
}
.BgClassName
{
background-color: #B44507;
}
</style>
border-color css
<style>
span { border-color: #B44507; }
span { border-color: rgb(180,69,7); }
td.TdClassName
{
border-color: #B44507;
}
.TagClassName
{
border-color: #B44507;
}
</style>