Shades of Rust #B4411E
Tints of Rust #B4411E
RGB
CMYK
RGB Variations
Color information
#B4411E (or 0xB4411E) is known color: Rust. HEX triplet: B4, 41 and 1E. RGB value is (180,65,30). Sum of RGB (Red+Green+Blue) = 180+65+30=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4411E is #4BBEE1. Grayscale: #5F5F5F. Windows color (decimal): -4964066 or 1982900. OLE color: 1982900.
HSL color Cylindrical-coordinate representation of color #B4411E: hue angle of 14º 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 #B4411E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 30 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.29 |
| HSL | 14º | 0.71% | 0.41% | - |
| HSV(B) | 14º | 0.83% | 0.71% | - |
| XYZ | 20.95 | 13.58 | 2.75 | - |
| YUV | 95.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 30 | 0 | 0.64 | 0.83 | 0.29 | 14 | 0.71 | 0.41 |
| Hex | B4 | 41 | 1E | 0 | 40 | 53 | 1D | E | 47 | 29 |
| Octal | 264 | 101 | 36 | 0 | 100 | 123 | 35 | 16 | 107 | 51 |
| Binary | 10110100 | 1000001 | 11110 | 0 | 1000000 | 1010011 | 11101 | 1110 | 1000111 | 101001 |
Color Harmonies of #B4411E
Complementary color
Monochromatic Colors of #B4411E
Black with #B4411E
Text Example
Text Example
White with #B4411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4411E; }
p { color: rgb(180,65,30); }
H1.HeaderClassName
{
color: #B4411E;
}
.AnyTagClassName
{
color: #B4411E;
}
</style>
background-color css
<style>
a { background-color: #B4411E; }
a { background-color: rgb(180,65,30); }
div.DivClassName
{
background-color: #B4411E;
}
.BgClassName
{
background-color: #B4411E;
}
</style>
border-color css
<style>
span { border-color: #B4411E; }
span { border-color: rgb(180,65,30); }
td.TdClassName
{
border-color: #B4411E;
}
.TagClassName
{
border-color: #B4411E;
}
</style>