Shades of Rust #B43C14
Tints of Rust #B43C14
RGB
CMYK
RGB Variations
Color information
#B43C14 (or 0xB43C14) is known color: Rust. HEX triplet: B4, 3C and 14. RGB value is (180,60,20). Sum of RGB (Red+Green+Blue) = 180+60+20=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C14 is #4BC3EB. Grayscale: #5B5B5B. Windows color (decimal): -4965356 or 1326260. OLE color: 1326260.
HSL color Cylindrical-coordinate representation of color #B43C14: hue angle of 15º 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 #B43C14 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 20 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.29 |
| HSL | 15º | 0.8% | 0.39% | - |
| HSV(B) | 15º | 0.89% | 0.71% | - |
| XYZ | 20.56 | 12.99 | 2.08 | - |
| YUV | 91.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 20 | 0 | 0.67 | 0.89 | 0.29 | 15 | 0.8 | 0.39 |
| Hex | B4 | 3C | 14 | 0 | 43 | 59 | 1D | F | 50 | 27 |
| Octal | 264 | 74 | 24 | 0 | 103 | 131 | 35 | 17 | 120 | 47 |
| Binary | 10110100 | 111100 | 10100 | 0 | 1000011 | 1011001 | 11101 | 1111 | 1010000 | 100111 |
Color Harmonies of #B43C14
Complementary color
Monochromatic Colors of #B43C14
Black with #B43C14
Text Example
Text Example
White with #B43C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C14; }
p { color: rgb(180,60,20); }
H1.HeaderClassName
{
color: #B43C14;
}
.AnyTagClassName
{
color: #B43C14;
}
</style>
background-color css
<style>
a { background-color: #B43C14; }
a { background-color: rgb(180,60,20); }
div.DivClassName
{
background-color: #B43C14;
}
.BgClassName
{
background-color: #B43C14;
}
</style>
border-color css
<style>
span { border-color: #B43C14; }
span { border-color: rgb(180,60,20); }
td.TdClassName
{
border-color: #B43C14;
}
.TagClassName
{
border-color: #B43C14;
}
</style>