Shades of Rust #B4430B
Tints of Rust #B4430B
RGB
CMYK
RGB Variations
Color information
#B4430B (or 0xB4430B) is known color: Rust. HEX triplet: B4, 43 and 0B. RGB value is (180,67,11). Sum of RGB (Red+Green+Blue) = 180+67+11=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4430B is #4BBCF4. Grayscale: #5E5E5E. Windows color (decimal): -4963573 or 738228. OLE color: 738228.
HSL color Cylindrical-coordinate representation of color #B4430B: hue angle of 19.88º 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 #B4430B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.29 |
| HSL | 19.88º | 0.88% | 0.37% | - |
| HSV(B) | 19.88º | 0.94% | 0.71% | - |
| XYZ | 20.89 | 13.74 | 1.87 | - |
| YUV | 94.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 11 | 0 | 0.63 | 0.94 | 0.29 | 19.88 | 0.88 | 0.37 |
| Hex | B4 | 43 | B | 0 | 3F | 5E | 1D | 14 | 58 | 25 |
| Octal | 264 | 103 | 13 | 0 | 77 | 136 | 35 | 24 | 130 | 45 |
| Binary | 10110100 | 1000011 | 1011 | 0 | 111111 | 1011110 | 11101 | 10100 | 1011000 | 100101 |
Color Harmonies of #B4430B
Complementary color
Monochromatic Colors of #B4430B
Black with #B4430B
Text Example
Text Example
White with #B4430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4430B; }
p { color: rgb(180,67,11); }
H1.HeaderClassName
{
color: #B4430B;
}
.AnyTagClassName
{
color: #B4430B;
}
</style>
background-color css
<style>
a { background-color: #B4430B; }
a { background-color: rgb(180,67,11); }
div.DivClassName
{
background-color: #B4430B;
}
.BgClassName
{
background-color: #B4430B;
}
</style>
border-color css
<style>
span { border-color: #B4430B; }
span { border-color: rgb(180,67,11); }
td.TdClassName
{
border-color: #B4430B;
}
.TagClassName
{
border-color: #B4430B;
}
</style>