Shades of Rust #B4450C
Tints of Rust #B4450C
RGB
CMYK
RGB Variations
Color information
#B4450C (or 0xB4450C) is known color: Rust. HEX triplet: B4, 45 and 0C. RGB value is (180,69,12). Sum of RGB (Red+Green+Blue) = 180+69+12=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4450C is #4BBAF3. Grayscale: #606060. Windows color (decimal): -4963060 or 804276. OLE color: 804276.
HSL color Cylindrical-coordinate representation of color #B4450C: hue angle of 20.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4450C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.29 |
| HSL | 20.36º | 0.88% | 0.38% | - |
| HSV(B) | 20.36º | 0.93% | 0.71% | - |
| XYZ | 21.02 | 13.99 | 1.94 | - |
| YUV | 95.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 12 | 0 | 0.62 | 0.93 | 0.29 | 20.36 | 0.88 | 0.38 |
| Hex | B4 | 45 | C | 0 | 3E | 5D | 1D | 14 | 58 | 26 |
| Octal | 264 | 105 | 14 | 0 | 76 | 135 | 35 | 24 | 130 | 46 |
| Binary | 10110100 | 1000101 | 1100 | 0 | 111110 | 1011101 | 11101 | 10100 | 1011000 | 100110 |
Color Harmonies of #B4450C
Complementary color
Monochromatic Colors of #B4450C
Black with #B4450C
Text Example
Text Example
White with #B4450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4450C; }
p { color: rgb(180,69,12); }
H1.HeaderClassName
{
color: #B4450C;
}
.AnyTagClassName
{
color: #B4450C;
}
</style>
background-color css
<style>
a { background-color: #B4450C; }
a { background-color: rgb(180,69,12); }
div.DivClassName
{
background-color: #B4450C;
}
.BgClassName
{
background-color: #B4450C;
}
</style>
border-color css
<style>
span { border-color: #B4450C; }
span { border-color: rgb(180,69,12); }
td.TdClassName
{
border-color: #B4450C;
}
.TagClassName
{
border-color: #B4450C;
}
</style>