Shades of Rust #B4400B
Tints of Rust #B4400B
RGB
CMYK
RGB Variations
Color information
#B4400B (or 0xB4400B) is known color: Rust. HEX triplet: B4, 40 and 0B. RGB value is (180,64,11). Sum of RGB (Red+Green+Blue) = 180+64+11=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B4400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4400B is #4BBFF4. Grayscale: #5C5C5C. Windows color (decimal): -4964341 or 737460. OLE color: 737460.
HSL color Cylindrical-coordinate representation of color #B4400B: hue angle of 18.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4400B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.29 |
| HSL | 18.82º | 0.88% | 0.37% | - |
| HSV(B) | 18.82º | 0.94% | 0.71% | - |
| XYZ | 20.72 | 13.39 | 1.81 | - |
| YUV | 92.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 11 | 0 | 0.64 | 0.94 | 0.29 | 18.82 | 0.88 | 0.37 |
| Hex | B4 | 40 | B | 0 | 40 | 5E | 1D | 13 | 58 | 25 |
| Octal | 264 | 100 | 13 | 0 | 100 | 136 | 35 | 23 | 130 | 45 |
| Binary | 10110100 | 1000000 | 1011 | 0 | 1000000 | 1011110 | 11101 | 10011 | 1011000 | 100101 |
Color Harmonies of #B4400B
Complementary color
Monochromatic Colors of #B4400B
Black with #B4400B
Text Example
Text Example
White with #B4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4400B; }
p { color: rgb(180,64,11); }
H1.HeaderClassName
{
color: #B4400B;
}
.AnyTagClassName
{
color: #B4400B;
}
</style>
background-color css
<style>
a { background-color: #B4400B; }
a { background-color: rgb(180,64,11); }
div.DivClassName
{
background-color: #B4400B;
}
.BgClassName
{
background-color: #B4400B;
}
</style>
border-color css
<style>
span { border-color: #B4400B; }
span { border-color: rgb(180,64,11); }
td.TdClassName
{
border-color: #B4400B;
}
.TagClassName
{
border-color: #B4400B;
}
</style>