Shades of Rust #B44C1C
Tints of Rust #B44C1C
RGB
CMYK
RGB Variations
Color information
#B44C1C (or 0xB44C1C) is known color: Rust. HEX triplet: B4, 4C and 1C. RGB value is (180,76,28). Sum of RGB (Red+Green+Blue) = 180+76+28=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C1C is #4BB3E3. Grayscale: #656565. Windows color (decimal): -4961252 or 1854644. OLE color: 1854644.
HSL color Cylindrical-coordinate representation of color #B44C1C: hue angle of 18.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B44C1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.29 |
| HSL | 18.95º | 0.73% | 0.41% | - |
| HSV(B) | 18.95º | 0.84% | 0.71% | - |
| XYZ | 21.62 | 14.96 | 2.85 | - |
| YUV | 101.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 28 | 0 | 0.58 | 0.84 | 0.29 | 18.95 | 0.73 | 0.41 |
| Hex | B4 | 4C | 1C | 0 | 3A | 54 | 1D | 13 | 49 | 29 |
| Octal | 264 | 114 | 34 | 0 | 72 | 124 | 35 | 23 | 111 | 51 |
| Binary | 10110100 | 1001100 | 11100 | 0 | 111010 | 1010100 | 11101 | 10011 | 1001001 | 101001 |
Color Harmonies of #B44C1C
Complementary color
Monochromatic Colors of #B44C1C
Black with #B44C1C
Text Example
Text Example
White with #B44C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C1C; }
p { color: rgb(180,76,28); }
H1.HeaderClassName
{
color: #B44C1C;
}
.AnyTagClassName
{
color: #B44C1C;
}
</style>
background-color css
<style>
a { background-color: #B44C1C; }
a { background-color: rgb(180,76,28); }
div.DivClassName
{
background-color: #B44C1C;
}
.BgClassName
{
background-color: #B44C1C;
}
</style>
border-color css
<style>
span { border-color: #B44C1C; }
span { border-color: rgb(180,76,28); }
td.TdClassName
{
border-color: #B44C1C;
}
.TagClassName
{
border-color: #B44C1C;
}
</style>