Shades of Rust #B43613
Tints of Rust #B43613
RGB
CMYK
RGB Variations
Color information
#B43613 (or 0xB43613) is known color: Rust. HEX triplet: B4, 36 and 13. RGB value is (180,54,19). Sum of RGB (Red+Green+Blue) = 180+54+19=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B43613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43613 is #4BC9EC. Grayscale: #575757. Windows color (decimal): -4966893 or 1259188. OLE color: 1259188.
HSL color Cylindrical-coordinate representation of color #B43613: hue angle of 13.04º 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 #B43613 is Cyan = 0, Magento = 0.7, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 19 | - |
| CMYK | 0 | 0.7 | 0.89 | 0.29 |
| HSL | 13.04º | 0.81% | 0.39% | - |
| HSV(B) | 13.04º | 0.89% | 0.71% | - |
| XYZ | 20.26 | 12.39 | 1.94 | - |
| YUV | 87.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 19 | 0 | 0.7 | 0.89 | 0.29 | 13.04 | 0.81 | 0.39 |
| Hex | B4 | 36 | 13 | 0 | 46 | 59 | 1D | D | 51 | 27 |
| Octal | 264 | 66 | 23 | 0 | 106 | 131 | 35 | 15 | 121 | 47 |
| Binary | 10110100 | 110110 | 10011 | 0 | 1000110 | 1011001 | 11101 | 1101 | 1010001 | 100111 |
Color Harmonies of #B43613
Complementary color
Monochromatic Colors of #B43613
Black with #B43613
Text Example
Text Example
White with #B43613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43613; }
p { color: rgb(180,54,19); }
H1.HeaderClassName
{
color: #B43613;
}
.AnyTagClassName
{
color: #B43613;
}
</style>
background-color css
<style>
a { background-color: #B43613; }
a { background-color: rgb(180,54,19); }
div.DivClassName
{
background-color: #B43613;
}
.BgClassName
{
background-color: #B43613;
}
</style>
border-color css
<style>
span { border-color: #B43613; }
span { border-color: rgb(180,54,19); }
td.TdClassName
{
border-color: #B43613;
}
.TagClassName
{
border-color: #B43613;
}
</style>