Shades of Rust #B44B1B
Tints of Rust #B44B1B
RGB
CMYK
RGB Variations
Color information
#B44B1B (or 0xB44B1B) is known color: Rust. HEX triplet: B4, 4B and 1B. RGB value is (180,75,27). Sum of RGB (Red+Green+Blue) = 180+75+27=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B1B is #4BB4E4. Grayscale: #656565. Windows color (decimal): -4961509 or 1788852. OLE color: 1788852.
HSL color Cylindrical-coordinate representation of color #B44B1B: hue angle of 18.82º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B44B1B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 27 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.29 |
| HSL | 18.82º | 0.74% | 0.41% | - |
| HSV(B) | 18.82º | 0.85% | 0.71% | - |
| XYZ | 21.54 | 14.81 | 2.76 | - |
| YUV | 100.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 27 | 0 | 0.58 | 0.85 | 0.29 | 18.82 | 0.74 | 0.41 |
| Hex | B4 | 4B | 1B | 0 | 3A | 55 | 1D | 13 | 4A | 29 |
| Octal | 264 | 113 | 33 | 0 | 72 | 125 | 35 | 23 | 112 | 51 |
| Binary | 10110100 | 1001011 | 11011 | 0 | 111010 | 1010101 | 11101 | 10011 | 1001010 | 101001 |
Color Harmonies of #B44B1B
Complementary color
Monochromatic Colors of #B44B1B
Black with #B44B1B
Text Example
Text Example
White with #B44B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B1B; }
p { color: rgb(180,75,27); }
H1.HeaderClassName
{
color: #B44B1B;
}
.AnyTagClassName
{
color: #B44B1B;
}
</style>
background-color css
<style>
a { background-color: #B44B1B; }
a { background-color: rgb(180,75,27); }
div.DivClassName
{
background-color: #B44B1B;
}
.BgClassName
{
background-color: #B44B1B;
}
</style>
border-color css
<style>
span { border-color: #B44B1B; }
span { border-color: rgb(180,75,27); }
td.TdClassName
{
border-color: #B44B1B;
}
.TagClassName
{
border-color: #B44B1B;
}
</style>