Shades of Rust #B44910
Tints of Rust #B44910
RGB
CMYK
RGB Variations
Color information
#B44910 (or 0xB44910) is known color: Rust. HEX triplet: B4, 49 and 10. RGB value is (180,73,16). Sum of RGB (Red+Green+Blue) = 180+73+16=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44910 is #4BB6EF. Grayscale: #626262. Windows color (decimal): -4962032 or 1067444. OLE color: 1067444.
HSL color Cylindrical-coordinate representation of color #B44910: hue angle of 20.85º 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 #B44910 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.29 |
| HSL | 20.85º | 0.84% | 0.38% | - |
| HSV(B) | 20.85º | 0.91% | 0.71% | - |
| XYZ | 21.3 | 14.51 | 2.17 | - |
| YUV | 98.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 16 | 0 | 0.59 | 0.91 | 0.29 | 20.85 | 0.84 | 0.38 |
| Hex | B4 | 49 | 10 | 0 | 3B | 5B | 1D | 15 | 54 | 26 |
| Octal | 264 | 111 | 20 | 0 | 73 | 133 | 35 | 25 | 124 | 46 |
| Binary | 10110100 | 1001001 | 10000 | 0 | 111011 | 1011011 | 11101 | 10101 | 1010100 | 100110 |
Color Harmonies of #B44910
Complementary color
Monochromatic Colors of #B44910
Black with #B44910
Text Example
Text Example
White with #B44910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44910; }
p { color: rgb(180,73,16); }
H1.HeaderClassName
{
color: #B44910;
}
.AnyTagClassName
{
color: #B44910;
}
</style>
background-color css
<style>
a { background-color: #B44910; }
a { background-color: rgb(180,73,16); }
div.DivClassName
{
background-color: #B44910;
}
.BgClassName
{
background-color: #B44910;
}
</style>
border-color css
<style>
span { border-color: #B44910; }
span { border-color: rgb(180,73,16); }
td.TdClassName
{
border-color: #B44910;
}
.TagClassName
{
border-color: #B44910;
}
</style>