Shades of Rust #B44600
Tints of Rust #B44600
RGB
CMYK
RGB Variations
Color information
#B44600 (or 0xB44600) is known color: Rust. HEX triplet: B4, 46 and 00. RGB value is (180,70,0). Sum of RGB (Red+Green+Blue) = 180+70+0=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44600 is #4BB9FF. Grayscale: #5F5F5F. Windows color (decimal): -4962816 or 18100. OLE color: 18100.
HSL color Cylindrical-coordinate representation of color #B44600: hue angle of 23.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 #B44600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.29 |
| HSL | 23.33º | 1% | 0.35% | - |
| HSV(B) | 23.33º | 1% | 0.71% | - |
| XYZ | 21.01 | 14.08 | 1.61 | - |
| YUV | 94.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 0 | 0 | 0.61 | 1 | 0.29 | 23.33 | 1 | 0.35 |
| Hex | B4 | 46 | 0 | 0 | 3D | 64 | 1D | 17 | 64 | 23 |
| Octal | 264 | 106 | 0 | 0 | 75 | 144 | 35 | 27 | 144 | 43 |
| Binary | 10110100 | 1000110 | 0 | 0 | 111101 | 1100100 | 11101 | 10111 | 1100100 | 100011 |
Color Harmonies of #B44600
Complementary color
Monochromatic Colors of #B44600
Black with #B44600
Text Example
Text Example
White with #B44600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44600; }
p { color: rgb(180,70,0); }
H1.HeaderClassName
{
color: #B44600;
}
.AnyTagClassName
{
color: #B44600;
}
</style>
background-color css
<style>
a { background-color: #B44600; }
a { background-color: rgb(180,70,0); }
div.DivClassName
{
background-color: #B44600;
}
.BgClassName
{
background-color: #B44600;
}
</style>
border-color css
<style>
span { border-color: #B44600; }
span { border-color: rgb(180,70,0); }
td.TdClassName
{
border-color: #B44600;
}
.TagClassName
{
border-color: #B44600;
}
</style>