Shades of Rust #B43C0E
Tints of Rust #B43C0E
RGB
CMYK
RGB Variations
Color information
#B43C0E (or 0xB43C0E) is known color: Rust. HEX triplet: B4, 3C and 0E. RGB value is (180,60,14). Sum of RGB (Red+Green+Blue) = 180+60+14=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C0E is #4BC3F1. Grayscale: #5A5A5A. Windows color (decimal): -4965362 or 933044. OLE color: 933044.
HSL color Cylindrical-coordinate representation of color #B43C0E: hue angle of 16.63º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B43C0E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.29 |
| HSL | 16.63º | 0.86% | 0.38% | - |
| HSV(B) | 16.63º | 0.92% | 0.71% | - |
| XYZ | 20.52 | 12.97 | 1.84 | - |
| YUV | 90.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 14 | 0 | 0.67 | 0.92 | 0.29 | 16.63 | 0.86 | 0.38 |
| Hex | B4 | 3C | E | 0 | 43 | 5C | 1D | 11 | 56 | 26 |
| Octal | 264 | 74 | 16 | 0 | 103 | 134 | 35 | 21 | 126 | 46 |
| Binary | 10110100 | 111100 | 1110 | 0 | 1000011 | 1011100 | 11101 | 10001 | 1010110 | 100110 |
Color Harmonies of #B43C0E
Complementary color
Monochromatic Colors of #B43C0E
Black with #B43C0E
Text Example
Text Example
White with #B43C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C0E; }
p { color: rgb(180,60,14); }
H1.HeaderClassName
{
color: #B43C0E;
}
.AnyTagClassName
{
color: #B43C0E;
}
</style>
background-color css
<style>
a { background-color: #B43C0E; }
a { background-color: rgb(180,60,14); }
div.DivClassName
{
background-color: #B43C0E;
}
.BgClassName
{
background-color: #B43C0E;
}
</style>
border-color css
<style>
span { border-color: #B43C0E; }
span { border-color: rgb(180,60,14); }
td.TdClassName
{
border-color: #B43C0E;
}
.TagClassName
{
border-color: #B43C0E;
}
</style>