Shades of Rust #B44010
Tints of Rust #B44010
RGB
CMYK
RGB Variations
Color information
#B44010 (or 0xB44010) is known color: Rust. HEX triplet: B4, 40 and 10. RGB value is (180,64,16). Sum of RGB (Red+Green+Blue) = 180+64+16=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44010 is #4BBFEF. Grayscale: #5D5D5D. Windows color (decimal): -4964336 or 1065140. OLE color: 1065140.
HSL color Cylindrical-coordinate representation of color #B44010: hue angle of 17.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44010 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.29 |
| HSL | 17.56º | 0.84% | 0.38% | - |
| HSV(B) | 17.56º | 0.91% | 0.71% | - |
| XYZ | 20.75 | 13.41 | 1.98 | - |
| YUV | 93.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 16 | 0 | 0.64 | 0.91 | 0.29 | 17.56 | 0.84 | 0.38 |
| Hex | B4 | 40 | 10 | 0 | 40 | 5B | 1D | 12 | 54 | 26 |
| Octal | 264 | 100 | 20 | 0 | 100 | 133 | 35 | 22 | 124 | 46 |
| Binary | 10110100 | 1000000 | 10000 | 0 | 1000000 | 1011011 | 11101 | 10010 | 1010100 | 100110 |
Color Harmonies of #B44010
Complementary color
Monochromatic Colors of #B44010
Black with #B44010
Text Example
Text Example
White with #B44010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44010; }
p { color: rgb(180,64,16); }
H1.HeaderClassName
{
color: #B44010;
}
.AnyTagClassName
{
color: #B44010;
}
</style>
background-color css
<style>
a { background-color: #B44010; }
a { background-color: rgb(180,64,16); }
div.DivClassName
{
background-color: #B44010;
}
.BgClassName
{
background-color: #B44010;
}
</style>
border-color css
<style>
span { border-color: #B44010; }
span { border-color: rgb(180,64,16); }
td.TdClassName
{
border-color: #B44010;
}
.TagClassName
{
border-color: #B44010;
}
</style>