Shades of Rust #B43D1D
Tints of Rust #B43D1D
RGB
CMYK
RGB Variations
Color information
#B43D1D (or 0xB43D1D) is known color: Rust. HEX triplet: B4, 3D and 1D. RGB value is (180,61,29). Sum of RGB (Red+Green+Blue) = 180+61+29=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D1D is #4BC2E2. Grayscale: #5D5D5D. Windows color (decimal): -4965091 or 1916340. OLE color: 1916340.
HSL color Cylindrical-coordinate representation of color #B43D1D: hue angle of 12.72º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B43D1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.29 |
| HSL | 12.72º | 0.72% | 0.41% | - |
| HSV(B) | 12.72º | 0.84% | 0.71% | - |
| XYZ | 20.71 | 13.13 | 2.6 | - |
| YUV | 92.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 29 | 0 | 0.66 | 0.84 | 0.29 | 12.72 | 0.72 | 0.41 |
| Hex | B4 | 3D | 1D | 0 | 42 | 54 | 1D | D | 48 | 29 |
| Octal | 264 | 75 | 35 | 0 | 102 | 124 | 35 | 15 | 110 | 51 |
| Binary | 10110100 | 111101 | 11101 | 0 | 1000010 | 1010100 | 11101 | 1101 | 1001000 | 101001 |
Color Harmonies of #B43D1D
Complementary color
Monochromatic Colors of #B43D1D
Black with #B43D1D
Text Example
Text Example
White with #B43D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D1D; }
p { color: rgb(180,61,29); }
H1.HeaderClassName
{
color: #B43D1D;
}
.AnyTagClassName
{
color: #B43D1D;
}
</style>
background-color css
<style>
a { background-color: #B43D1D; }
a { background-color: rgb(180,61,29); }
div.DivClassName
{
background-color: #B43D1D;
}
.BgClassName
{
background-color: #B43D1D;
}
</style>
border-color css
<style>
span { border-color: #B43D1D; }
span { border-color: rgb(180,61,29); }
td.TdClassName
{
border-color: #B43D1D;
}
.TagClassName
{
border-color: #B43D1D;
}
</style>