Shades of Rust #B4411D
Tints of Rust #B4411D
RGB
CMYK
RGB Variations
Color information
#B4411D (or 0xB4411D) is known color: Rust. HEX triplet: B4, 41 and 1D. RGB value is (180,65,29). Sum of RGB (Red+Green+Blue) = 180+65+29=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4411D is #4BBEE2. Grayscale: #5F5F5F. Windows color (decimal): -4964067 or 1917364. OLE color: 1917364.
HSL color Cylindrical-coordinate representation of color #B4411D: hue angle of 14.3º degrees, saturation: 0.72, 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 #B4411D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.29 |
| HSL | 14.3º | 0.72% | 0.41% | - |
| HSV(B) | 14.3º | 0.84% | 0.71% | - |
| XYZ | 20.93 | 13.57 | 2.68 | - |
| YUV | 95.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 29 | 0 | 0.64 | 0.84 | 0.29 | 14.3 | 0.72 | 0.41 |
| Hex | B4 | 41 | 1D | 0 | 40 | 54 | 1D | E | 48 | 29 |
| Octal | 264 | 101 | 35 | 0 | 100 | 124 | 35 | 16 | 110 | 51 |
| Binary | 10110100 | 1000001 | 11101 | 0 | 1000000 | 1010100 | 11101 | 1110 | 1001000 | 101001 |
Color Harmonies of #B4411D
Complementary color
Monochromatic Colors of #B4411D
Black with #B4411D
Text Example
Text Example
White with #B4411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4411D; }
p { color: rgb(180,65,29); }
H1.HeaderClassName
{
color: #B4411D;
}
.AnyTagClassName
{
color: #B4411D;
}
</style>
background-color css
<style>
a { background-color: #B4411D; }
a { background-color: rgb(180,65,29); }
div.DivClassName
{
background-color: #B4411D;
}
.BgClassName
{
background-color: #B4411D;
}
</style>
border-color css
<style>
span { border-color: #B4411D; }
span { border-color: rgb(180,65,29); }
td.TdClassName
{
border-color: #B4411D;
}
.TagClassName
{
border-color: #B4411D;
}
</style>