Shades of Rust #B43C0A
Tints of Rust #B43C0A
RGB
CMYK
RGB Variations
Color information
#B43C0A (or 0xB43C0A) is known color: Rust. HEX triplet: B4, 3C and 0A. RGB value is (180,60,10). Sum of RGB (Red+Green+Blue) = 180+60+10=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C0A is #4BC3F5. Grayscale: #5A5A5A. Windows color (decimal): -4965366 or 670900. OLE color: 670900.
HSL color Cylindrical-coordinate representation of color #B43C0A: hue angle of 17.65º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B43C0A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.29 |
| HSL | 17.65º | 0.89% | 0.37% | - |
| HSV(B) | 17.65º | 0.94% | 0.71% | - |
| XYZ | 20.49 | 12.96 | 1.71 | - |
| YUV | 90.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 10 | 0 | 0.67 | 0.94 | 0.29 | 17.65 | 0.89 | 0.37 |
| Hex | B4 | 3C | A | 0 | 43 | 5E | 1D | 12 | 59 | 25 |
| Octal | 264 | 74 | 12 | 0 | 103 | 136 | 35 | 22 | 131 | 45 |
| Binary | 10110100 | 111100 | 1010 | 0 | 1000011 | 1011110 | 11101 | 10010 | 1011001 | 100101 |
Color Harmonies of #B43C0A
Complementary color
Monochromatic Colors of #B43C0A
Black with #B43C0A
Text Example
Text Example
White with #B43C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C0A; }
p { color: rgb(180,60,10); }
H1.HeaderClassName
{
color: #B43C0A;
}
.AnyTagClassName
{
color: #B43C0A;
}
</style>
background-color css
<style>
a { background-color: #B43C0A; }
a { background-color: rgb(180,60,10); }
div.DivClassName
{
background-color: #B43C0A;
}
.BgClassName
{
background-color: #B43C0A;
}
</style>
border-color css
<style>
span { border-color: #B43C0A; }
span { border-color: rgb(180,60,10); }
td.TdClassName
{
border-color: #B43C0A;
}
.TagClassName
{
border-color: #B43C0A;
}
</style>