Shades of Rust #B4411F
Tints of Rust #B4411F
RGB
CMYK
RGB Variations
Color information
#B4411F (or 0xB4411F) is known color: Rust. HEX triplet: B4, 41 and 1F. RGB value is (180,65,31). Sum of RGB (Red+Green+Blue) = 180+65+31=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4411F is #4BBEE0. Grayscale: #5F5F5F. Windows color (decimal): -4964065 or 2048436. OLE color: 2048436.
HSL color Cylindrical-coordinate representation of color #B4411F: hue angle of 13.69º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4411F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.29 |
| HSL | 13.69º | 0.71% | 0.41% | - |
| HSV(B) | 13.69º | 0.83% | 0.71% | - |
| XYZ | 20.96 | 13.58 | 2.81 | - |
| YUV | 95.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 31 | 0 | 0.64 | 0.83 | 0.29 | 13.69 | 0.71 | 0.41 |
| Hex | B4 | 41 | 1F | 0 | 40 | 53 | 1D | E | 47 | 29 |
| Octal | 264 | 101 | 37 | 0 | 100 | 123 | 35 | 16 | 107 | 51 |
| Binary | 10110100 | 1000001 | 11111 | 0 | 1000000 | 1010011 | 11101 | 1110 | 1000111 | 101001 |
Color Harmonies of #B4411F
Complementary color
Monochromatic Colors of #B4411F
Black with #B4411F
Text Example
Text Example
White with #B4411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4411F; }
p { color: rgb(180,65,31); }
H1.HeaderClassName
{
color: #B4411F;
}
.AnyTagClassName
{
color: #B4411F;
}
</style>
background-color css
<style>
a { background-color: #B4411F; }
a { background-color: rgb(180,65,31); }
div.DivClassName
{
background-color: #B4411F;
}
.BgClassName
{
background-color: #B4411F;
}
</style>
border-color css
<style>
span { border-color: #B4411F; }
span { border-color: rgb(180,65,31); }
td.TdClassName
{
border-color: #B4411F;
}
.TagClassName
{
border-color: #B4411F;
}
</style>