Shades of Rust #B4481C
Tints of Rust #B4481C
RGB
CMYK
RGB Variations
Color information
#B4481C (or 0xB4481C) is known color: Rust. HEX triplet: B4, 48 and 1C. RGB value is (180,72,28). Sum of RGB (Red+Green+Blue) = 180+72+28=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B4481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4481C is #4BB7E3. Grayscale: #636363. Windows color (decimal): -4962276 or 1853620. OLE color: 1853620.
HSL color Cylindrical-coordinate representation of color #B4481C: hue angle of 17.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4481C is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 28 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.29 |
| HSL | 17.37º | 0.73% | 0.41% | - |
| HSV(B) | 17.37º | 0.84% | 0.71% | - |
| XYZ | 21.35 | 14.42 | 2.76 | - |
| YUV | 99.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 28 | 0 | 0.60 | 0.84 | 0.29 | 17.37 | 0.73 | 0.41 |
| Hex | B4 | 48 | 1C | 0 | 3C | 54 | 1D | 11 | 49 | 29 |
| Octal | 264 | 110 | 34 | 0 | 74 | 124 | 35 | 21 | 111 | 51 |
| Binary | 10110100 | 1001000 | 11100 | 0 | 111100 | 1010100 | 11101 | 10001 | 1001001 | 101001 |
Color Harmonies of #B4481C
Complementary color
Monochromatic Colors of #B4481C
Black with #B4481C
Text Example
Text Example
White with #B4481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4481C; }
p { color: rgb(180,72,28); }
H1.HeaderClassName
{
color: #B4481C;
}
.AnyTagClassName
{
color: #B4481C;
}
</style>
background-color css
<style>
a { background-color: #B4481C; }
a { background-color: rgb(180,72,28); }
div.DivClassName
{
background-color: #B4481C;
}
.BgClassName
{
background-color: #B4481C;
}
</style>
border-color css
<style>
span { border-color: #B4481C; }
span { border-color: rgb(180,72,28); }
td.TdClassName
{
border-color: #B4481C;
}
.TagClassName
{
border-color: #B4481C;
}
</style>