Shades of Rust #B4350A
Tints of Rust #B4350A
RGB
CMYK
RGB Variations
Color information
#B4350A (or 0xB4350A) is known color: Rust. HEX triplet: B4, 35 and 0A. RGB value is (180,53,10). Sum of RGB (Red+Green+Blue) = 180+53+10=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4350A is #4BCAF5. Grayscale: #565656. Windows color (decimal): -4967158 or 669108. OLE color: 669108.
HSL color Cylindrical-coordinate representation of color #B4350A: hue angle of 15.18º 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 #B4350A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.29 |
| HSL | 15.18º | 0.89% | 0.37% | - |
| HSV(B) | 15.18º | 0.94% | 0.71% | - |
| XYZ | 20.15 | 12.27 | 1.59 | - |
| YUV | 86.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 10 | 0 | 0.71 | 0.94 | 0.29 | 15.18 | 0.89 | 0.37 |
| Hex | B4 | 35 | A | 0 | 47 | 5E | 1D | F | 59 | 25 |
| Octal | 264 | 65 | 12 | 0 | 107 | 136 | 35 | 17 | 131 | 45 |
| Binary | 10110100 | 110101 | 1010 | 0 | 1000111 | 1011110 | 11101 | 1111 | 1011001 | 100101 |
Color Harmonies of #B4350A
Complementary color
Monochromatic Colors of #B4350A
Black with #B4350A
Text Example
Text Example
White with #B4350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4350A; }
p { color: rgb(180,53,10); }
H1.HeaderClassName
{
color: #B4350A;
}
.AnyTagClassName
{
color: #B4350A;
}
</style>
background-color css
<style>
a { background-color: #B4350A; }
a { background-color: rgb(180,53,10); }
div.DivClassName
{
background-color: #B4350A;
}
.BgClassName
{
background-color: #B4350A;
}
</style>
border-color css
<style>
span { border-color: #B4350A; }
span { border-color: rgb(180,53,10); }
td.TdClassName
{
border-color: #B4350A;
}
.TagClassName
{
border-color: #B4350A;
}
</style>