Shades of Rust #B4430A
Tints of Rust #B4430A
RGB
CMYK
RGB Variations
Color information
#B4430A (or 0xB4430A) is known color: Rust. HEX triplet: B4, 43 and 0A. RGB value is (180,67,10). Sum of RGB (Red+Green+Blue) = 180+67+10=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4430A is #4BBCF5. Grayscale: #5E5E5E. Windows color (decimal): -4963574 or 672692. OLE color: 672692.
HSL color Cylindrical-coordinate representation of color #B4430A: hue angle of 20.12º degrees, saturation: 0.89, 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 #B4430A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.29 |
| HSL | 20.12º | 0.89% | 0.37% | - |
| HSV(B) | 20.12º | 0.94% | 0.71% | - |
| XYZ | 20.88 | 13.74 | 1.84 | - |
| YUV | 94.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 10 | 0 | 0.63 | 0.94 | 0.29 | 20.12 | 0.89 | 0.37 |
| Hex | B4 | 43 | A | 0 | 3F | 5E | 1D | 14 | 59 | 25 |
| Octal | 264 | 103 | 12 | 0 | 77 | 136 | 35 | 24 | 131 | 45 |
| Binary | 10110100 | 1000011 | 1010 | 0 | 111111 | 1011110 | 11101 | 10100 | 1011001 | 100101 |
Color Harmonies of #B4430A
Complementary color
Monochromatic Colors of #B4430A
Black with #B4430A
Text Example
Text Example
White with #B4430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4430A; }
p { color: rgb(180,67,10); }
H1.HeaderClassName
{
color: #B4430A;
}
.AnyTagClassName
{
color: #B4430A;
}
</style>
background-color css
<style>
a { background-color: #B4430A; }
a { background-color: rgb(180,67,10); }
div.DivClassName
{
background-color: #B4430A;
}
.BgClassName
{
background-color: #B4430A;
}
</style>
border-color css
<style>
span { border-color: #B4430A; }
span { border-color: rgb(180,67,10); }
td.TdClassName
{
border-color: #B4430A;
}
.TagClassName
{
border-color: #B4430A;
}
</style>