Shades of Rust #B43413
Tints of Rust #B43413
RGB
CMYK
RGB Variations
Color information
#B43413 (or 0xB43413) is known color: Rust. HEX triplet: B4, 34 and 13. RGB value is (180,52,19). Sum of RGB (Red+Green+Blue) = 180+52+19=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43413 is #4BCBEC. Grayscale: #565656. Windows color (decimal): -4967405 or 1258676. OLE color: 1258676.
HSL color Cylindrical-coordinate representation of color #B43413: hue angle of 12.3º degrees, saturation: 0.81, 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 #B43413 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.29 |
| HSL | 12.3º | 0.81% | 0.39% | - |
| HSV(B) | 12.3º | 0.89% | 0.71% | - |
| XYZ | 20.17 | 12.21 | 1.91 | - |
| YUV | 86.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 19 | 0 | 0.71 | 0.89 | 0.29 | 12.3 | 0.81 | 0.39 |
| Hex | B4 | 34 | 13 | 0 | 47 | 59 | 1D | C | 51 | 27 |
| Octal | 264 | 64 | 23 | 0 | 107 | 131 | 35 | 14 | 121 | 47 |
| Binary | 10110100 | 110100 | 10011 | 0 | 1000111 | 1011001 | 11101 | 1100 | 1010001 | 100111 |
Color Harmonies of #B43413
Complementary color
Monochromatic Colors of #B43413
Black with #B43413
Text Example
Text Example
White with #B43413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43413; }
p { color: rgb(180,52,19); }
H1.HeaderClassName
{
color: #B43413;
}
.AnyTagClassName
{
color: #B43413;
}
</style>
background-color css
<style>
a { background-color: #B43413; }
a { background-color: rgb(180,52,19); }
div.DivClassName
{
background-color: #B43413;
}
.BgClassName
{
background-color: #B43413;
}
</style>
border-color css
<style>
span { border-color: #B43413; }
span { border-color: rgb(180,52,19); }
td.TdClassName
{
border-color: #B43413;
}
.TagClassName
{
border-color: #B43413;
}
</style>