Shades of Rust #B43A08
Tints of Rust #B43A08
RGB
CMYK
RGB Variations
Color information
#B43A08 (or 0xB43A08) is known color: Rust. HEX triplet: B4, 3A and 08. RGB value is (180,58,8). Sum of RGB (Red+Green+Blue) = 180+58+8=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A08 is #4BC5F7. Grayscale: #595959. Windows color (decimal): -4965880 or 539316. OLE color: 539316.
HSL color Cylindrical-coordinate representation of color #B43A08: hue angle of 17.44º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B43A08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.29 |
| HSL | 17.44º | 0.91% | 0.37% | - |
| HSV(B) | 17.44º | 0.96% | 0.71% | - |
| XYZ | 20.38 | 12.75 | 1.62 | - |
| YUV | 88.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 8 | 0 | 0.68 | 0.96 | 0.29 | 17.44 | 0.91 | 0.37 |
| Hex | B4 | 3A | 8 | 0 | 44 | 60 | 1D | 11 | 5B | 25 |
| Octal | 264 | 72 | 10 | 0 | 104 | 140 | 35 | 21 | 133 | 45 |
| Binary | 10110100 | 111010 | 1000 | 0 | 1000100 | 1100000 | 11101 | 10001 | 1011011 | 100101 |
Color Harmonies of #B43A08
Complementary color
Monochromatic Colors of #B43A08
Black with #B43A08
Text Example
Text Example
White with #B43A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A08; }
p { color: rgb(180,58,8); }
H1.HeaderClassName
{
color: #B43A08;
}
.AnyTagClassName
{
color: #B43A08;
}
</style>
background-color css
<style>
a { background-color: #B43A08; }
a { background-color: rgb(180,58,8); }
div.DivClassName
{
background-color: #B43A08;
}
.BgClassName
{
background-color: #B43A08;
}
</style>
border-color css
<style>
span { border-color: #B43A08; }
span { border-color: rgb(180,58,8); }
td.TdClassName
{
border-color: #B43A08;
}
.TagClassName
{
border-color: #B43A08;
}
</style>