Shades of Rust #B4411A
Tints of Rust #B4411A
RGB
CMYK
RGB Variations
Color information
#B4411A (or 0xB4411A) is known color: Rust. HEX triplet: B4, 41 and 1A. RGB value is (180,65,26). Sum of RGB (Red+Green+Blue) = 180+65+26=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B4411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4411A is #4BBEE5. Grayscale: #5F5F5F. Windows color (decimal): -4964070 or 1720756. OLE color: 1720756.
HSL color Cylindrical-coordinate representation of color #B4411A: hue angle of 15.19º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4411A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.29 |
| HSL | 15.19º | 0.75% | 0.4% | - |
| HSV(B) | 15.19º | 0.86% | 0.71% | - |
| XYZ | 20.9 | 13.56 | 2.49 | - |
| YUV | 94.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 26 | 0 | 0.64 | 0.86 | 0.29 | 15.19 | 0.75 | 0.4 |
| Hex | B4 | 41 | 1A | 0 | 40 | 56 | 1D | F | 4B | 28 |
| Octal | 264 | 101 | 32 | 0 | 100 | 126 | 35 | 17 | 113 | 50 |
| Binary | 10110100 | 1000001 | 11010 | 0 | 1000000 | 1010110 | 11101 | 1111 | 1001011 | 101000 |
Color Harmonies of #B4411A
Complementary color
Monochromatic Colors of #B4411A
Black with #B4411A
Text Example
Text Example
White with #B4411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4411A; }
p { color: rgb(180,65,26); }
H1.HeaderClassName
{
color: #B4411A;
}
.AnyTagClassName
{
color: #B4411A;
}
</style>
background-color css
<style>
a { background-color: #B4411A; }
a { background-color: rgb(180,65,26); }
div.DivClassName
{
background-color: #B4411A;
}
.BgClassName
{
background-color: #B4411A;
}
</style>
border-color css
<style>
span { border-color: #B4411A; }
span { border-color: rgb(180,65,26); }
td.TdClassName
{
border-color: #B4411A;
}
.TagClassName
{
border-color: #B4411A;
}
</style>