Shades of Rust #B43400
Tints of Rust #B43400
RGB
CMYK
RGB Variations
Color information
#B43400 (or 0xB43400) is known color: Rust. HEX triplet: B4, 34 and 00. RGB value is (180,52,0). Sum of RGB (Red+Green+Blue) = 180+52+0=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B43400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43400 is #4BCBFF. Grayscale: #545454. Windows color (decimal): -4967424 or 13492. OLE color: 13492.
HSL color Cylindrical-coordinate representation of color #B43400: hue angle of 17.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 #B43400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.29 |
| HSL | 17.33º | 1% | 0.35% | - |
| HSV(B) | 17.33º | 1% | 0.71% | - |
| XYZ | 20.05 | 12.16 | 1.29 | - |
| YUV | 84.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 0 | 0 | 0.71 | 1 | 0.29 | 17.33 | 1 | 0.35 |
| Hex | B4 | 34 | 0 | 0 | 47 | 64 | 1D | 11 | 64 | 23 |
| Octal | 264 | 64 | 0 | 0 | 107 | 144 | 35 | 21 | 144 | 43 |
| Binary | 10110100 | 110100 | 0 | 0 | 1000111 | 1100100 | 11101 | 10001 | 1100100 | 100011 |
Color Harmonies of #B43400
Complementary color
Monochromatic Colors of #B43400
Black with #B43400
Text Example
Text Example
White with #B43400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43400; }
p { color: rgb(180,52,0); }
H1.HeaderClassName
{
color: #B43400;
}
.AnyTagClassName
{
color: #B43400;
}
</style>
background-color css
<style>
a { background-color: #B43400; }
a { background-color: rgb(180,52,0); }
div.DivClassName
{
background-color: #B43400;
}
.BgClassName
{
background-color: #B43400;
}
</style>
border-color css
<style>
span { border-color: #B43400; }
span { border-color: rgb(180,52,0); }
td.TdClassName
{
border-color: #B43400;
}
.TagClassName
{
border-color: #B43400;
}
</style>