Shades of Rust #B43314
Tints of Rust #B43314
RGB
CMYK
RGB Variations
Color information
#B43314 (or 0xB43314) is known color: Rust. HEX triplet: B4, 33 and 14. RGB value is (180,51,20). Sum of RGB (Red+Green+Blue) = 180+51+20=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43314 is #4BCCEB. Grayscale: #565656. Windows color (decimal): -4967660 or 1323956. OLE color: 1323956.
HSL color Cylindrical-coordinate representation of color #B43314: hue angle of 11.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B43314 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.29 |
| HSL | 11.63º | 0.8% | 0.39% | - |
| HSV(B) | 11.63º | 0.89% | 0.71% | - |
| XYZ | 20.13 | 12.12 | 1.94 | - |
| YUV | 86.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 20 | 0 | 0.72 | 0.89 | 0.29 | 11.63 | 0.8 | 0.39 |
| Hex | B4 | 33 | 14 | 0 | 48 | 59 | 1D | C | 50 | 27 |
| Octal | 264 | 63 | 24 | 0 | 110 | 131 | 35 | 14 | 120 | 47 |
| Binary | 10110100 | 110011 | 10100 | 0 | 1001000 | 1011001 | 11101 | 1100 | 1010000 | 100111 |
Color Harmonies of #B43314
Complementary color
Monochromatic Colors of #B43314
Black with #B43314
Text Example
Text Example
White with #B43314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43314; }
p { color: rgb(180,51,20); }
H1.HeaderClassName
{
color: #B43314;
}
.AnyTagClassName
{
color: #B43314;
}
</style>
background-color css
<style>
a { background-color: #B43314; }
a { background-color: rgb(180,51,20); }
div.DivClassName
{
background-color: #B43314;
}
.BgClassName
{
background-color: #B43314;
}
</style>
border-color css
<style>
span { border-color: #B43314; }
span { border-color: rgb(180,51,20); }
td.TdClassName
{
border-color: #B43314;
}
.TagClassName
{
border-color: #B43314;
}
</style>