Shades of Rust #B43A00
Tints of Rust #B43A00
RGB
CMYK
RGB Variations
Color information
#B43A00 (or 0xB43A00) is known color: Rust. HEX triplet: B4, 3A and 00. RGB value is (180,58,0). Sum of RGB (Red+Green+Blue) = 180+58+0=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A00 is #4BC5FF. Grayscale: #585858. Windows color (decimal): -4965888 or 15028. OLE color: 15028.
HSL color Cylindrical-coordinate representation of color #B43A00: hue angle of 19.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B43A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.29 |
| HSL | 19.33º | 1% | 0.35% | - |
| HSV(B) | 19.33º | 1% | 0.71% | - |
| XYZ | 20.34 | 12.73 | 1.39 | - |
| YUV | 87.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 0 | 0 | 0.68 | 1 | 0.29 | 19.33 | 1 | 0.35 |
| Hex | B4 | 3A | 0 | 0 | 44 | 64 | 1D | 13 | 64 | 23 |
| Octal | 264 | 72 | 0 | 0 | 104 | 144 | 35 | 23 | 144 | 43 |
| Binary | 10110100 | 111010 | 0 | 0 | 1000100 | 1100100 | 11101 | 10011 | 1100100 | 100011 |
Color Harmonies of #B43A00
Complementary color
Monochromatic Colors of #B43A00
Black with #B43A00
Text Example
Text Example
White with #B43A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A00; }
p { color: rgb(180,58,0); }
H1.HeaderClassName
{
color: #B43A00;
}
.AnyTagClassName
{
color: #B43A00;
}
</style>
background-color css
<style>
a { background-color: #B43A00; }
a { background-color: rgb(180,58,0); }
div.DivClassName
{
background-color: #B43A00;
}
.BgClassName
{
background-color: #B43A00;
}
</style>
border-color css
<style>
span { border-color: #B43A00; }
span { border-color: rgb(180,58,0); }
td.TdClassName
{
border-color: #B43A00;
}
.TagClassName
{
border-color: #B43A00;
}
</style>