Shades of Rust #B43313
Tints of Rust #B43313
RGB
CMYK
RGB Variations
Color information
#B43313 (or 0xB43313) is known color: Rust. HEX triplet: B4, 33 and 13. RGB value is (180,51,19). Sum of RGB (Red+Green+Blue) = 180+51+19=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43313 is #4BCCEC. Grayscale: #565656. Windows color (decimal): -4967661 or 1258420. OLE color: 1258420.
HSL color Cylindrical-coordinate representation of color #B43313: hue angle of 11.93º 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 #B43313 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 19 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.29 |
| HSL | 11.93º | 0.81% | 0.39% | - |
| HSV(B) | 11.93º | 0.89% | 0.71% | - |
| XYZ | 20.12 | 12.12 | 1.89 | - |
| YUV | 85.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 19 | 0 | 0.72 | 0.89 | 0.29 | 11.93 | 0.81 | 0.39 |
| Hex | B4 | 33 | 13 | 0 | 48 | 59 | 1D | C | 51 | 27 |
| Octal | 264 | 63 | 23 | 0 | 110 | 131 | 35 | 14 | 121 | 47 |
| Binary | 10110100 | 110011 | 10011 | 0 | 1001000 | 1011001 | 11101 | 1100 | 1010001 | 100111 |
Color Harmonies of #B43313
Complementary color
Monochromatic Colors of #B43313
Black with #B43313
Text Example
Text Example
White with #B43313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43313; }
p { color: rgb(180,51,19); }
H1.HeaderClassName
{
color: #B43313;
}
.AnyTagClassName
{
color: #B43313;
}
</style>
background-color css
<style>
a { background-color: #B43313; }
a { background-color: rgb(180,51,19); }
div.DivClassName
{
background-color: #B43313;
}
.BgClassName
{
background-color: #B43313;
}
</style>
border-color css
<style>
span { border-color: #B43313; }
span { border-color: rgb(180,51,19); }
td.TdClassName
{
border-color: #B43313;
}
.TagClassName
{
border-color: #B43313;
}
</style>