Shades of Rust #B43514
Tints of Rust #B43514
RGB
CMYK
RGB Variations
Color information
#B43514 (or 0xB43514) is known color: Rust. HEX triplet: B4, 35 and 14. RGB value is (180,53,20). Sum of RGB (Red+Green+Blue) = 180+53+20=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B43514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43514 is #4BCAEB. Grayscale: #575757. Windows color (decimal): -4967148 or 1324468. OLE color: 1324468.
HSL color Cylindrical-coordinate representation of color #B43514: hue angle of 12.38º 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 #B43514 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.29 |
| HSL | 12.38º | 0.8% | 0.39% | - |
| HSV(B) | 12.38º | 0.89% | 0.71% | - |
| XYZ | 20.22 | 12.3 | 1.97 | - |
| YUV | 87.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 20 | 0 | 0.71 | 0.89 | 0.29 | 12.38 | 0.8 | 0.39 |
| Hex | B4 | 35 | 14 | 0 | 47 | 59 | 1D | C | 50 | 27 |
| Octal | 264 | 65 | 24 | 0 | 107 | 131 | 35 | 14 | 120 | 47 |
| Binary | 10110100 | 110101 | 10100 | 0 | 1000111 | 1011001 | 11101 | 1100 | 1010000 | 100111 |
Color Harmonies of #B43514
Complementary color
Monochromatic Colors of #B43514
Black with #B43514
Text Example
Text Example
White with #B43514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43514; }
p { color: rgb(180,53,20); }
H1.HeaderClassName
{
color: #B43514;
}
.AnyTagClassName
{
color: #B43514;
}
</style>
background-color css
<style>
a { background-color: #B43514; }
a { background-color: rgb(180,53,20); }
div.DivClassName
{
background-color: #B43514;
}
.BgClassName
{
background-color: #B43514;
}
</style>
border-color css
<style>
span { border-color: #B43514; }
span { border-color: rgb(180,53,20); }
td.TdClassName
{
border-color: #B43514;
}
.TagClassName
{
border-color: #B43514;
}
</style>