Shades of Rust #B44C10
Tints of Rust #B44C10
RGB
CMYK
RGB Variations
Color information
#B44C10 (or 0xB44C10) is known color: Rust. HEX triplet: B4, 4C and 10. RGB value is (180,76,16). Sum of RGB (Red+Green+Blue) = 180+76+16=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C10 is #4BB3EF. Grayscale: #646464. Windows color (decimal): -4961264 or 1068212. OLE color: 1068212.
HSL color Cylindrical-coordinate representation of color #B44C10: hue angle of 21.95º 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 #B44C10 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.29 |
| HSL | 21.95º | 0.84% | 0.38% | - |
| HSV(B) | 21.95º | 0.91% | 0.71% | - |
| XYZ | 21.5 | 14.91 | 2.23 | - |
| YUV | 100.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 16 | 0 | 0.58 | 0.91 | 0.29 | 21.95 | 0.84 | 0.38 |
| Hex | B4 | 4C | 10 | 0 | 3A | 5B | 1D | 16 | 54 | 26 |
| Octal | 264 | 114 | 20 | 0 | 72 | 133 | 35 | 26 | 124 | 46 |
| Binary | 10110100 | 1001100 | 10000 | 0 | 111010 | 1011011 | 11101 | 10110 | 1010100 | 100110 |
Color Harmonies of #B44C10
Complementary color
Monochromatic Colors of #B44C10
Black with #B44C10
Text Example
Text Example
White with #B44C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C10; }
p { color: rgb(180,76,16); }
H1.HeaderClassName
{
color: #B44C10;
}
.AnyTagClassName
{
color: #B44C10;
}
</style>
background-color css
<style>
a { background-color: #B44C10; }
a { background-color: rgb(180,76,16); }
div.DivClassName
{
background-color: #B44C10;
}
.BgClassName
{
background-color: #B44C10;
}
</style>
border-color css
<style>
span { border-color: #B44C10; }
span { border-color: rgb(180,76,16); }
td.TdClassName
{
border-color: #B44C10;
}
.TagClassName
{
border-color: #B44C10;
}
</style>