Shades of Rust #B44F0F
Tints of Rust #B44F0F
RGB
CMYK
RGB Variations
Color information
#B44F0F (or 0xB44F0F) is known color: Rust. HEX triplet: B4, 4F and 0F. RGB value is (180,79,15). Sum of RGB (Red+Green+Blue) = 180+79+15=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F0F is #4BB0F0. Grayscale: #666666. Windows color (decimal): -4960497 or 1003444. OLE color: 1003444.
HSL color Cylindrical-coordinate representation of color #B44F0F: hue angle of 23.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B44F0F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 79 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.29 |
| HSL | 23.27º | 0.85% | 0.38% | - |
| HSV(B) | 23.27º | 0.92% | 0.71% | - |
| XYZ | 21.7 | 15.33 | 2.27 | - |
| YUV | 101.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 79 | 15 | 0 | 0.56 | 0.92 | 0.29 | 23.27 | 0.85 | 0.38 |
| Hex | B4 | 4F | F | 0 | 38 | 5C | 1D | 17 | 55 | 26 |
| Octal | 264 | 117 | 17 | 0 | 70 | 134 | 35 | 27 | 125 | 46 |
| Binary | 10110100 | 1001111 | 1111 | 0 | 111000 | 1011100 | 11101 | 10111 | 1010101 | 100110 |
Color Harmonies of #B44F0F
Complementary color
Monochromatic Colors of #B44F0F
Black with #B44F0F
Text Example
Text Example
White with #B44F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44F0F; }
p { color: rgb(180,79,15); }
H1.HeaderClassName
{
color: #B44F0F;
}
.AnyTagClassName
{
color: #B44F0F;
}
</style>
background-color css
<style>
a { background-color: #B44F0F; }
a { background-color: rgb(180,79,15); }
div.DivClassName
{
background-color: #B44F0F;
}
.BgClassName
{
background-color: #B44F0F;
}
</style>
border-color css
<style>
span { border-color: #B44F0F; }
span { border-color: rgb(180,79,15); }
td.TdClassName
{
border-color: #B44F0F;
}
.TagClassName
{
border-color: #B44F0F;
}
</style>