Shades of Rust #B43B1B
Tints of Rust #B43B1B
RGB
CMYK
RGB Variations
Color information
#B43B1B (or 0xB43B1B) is known color: Rust. HEX triplet: B4, 3B and 1B. RGB value is (180,59,27). Sum of RGB (Red+Green+Blue) = 180+59+27=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B1B is #4BC4E4. Grayscale: #5B5B5B. Windows color (decimal): -4965605 or 1784756. OLE color: 1784756.
HSL color Cylindrical-coordinate representation of color #B43B1B: hue angle of 12.55º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B43B1B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 27 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.29 |
| HSL | 12.55º | 0.74% | 0.41% | - |
| HSV(B) | 12.55º | 0.85% | 0.71% | - |
| XYZ | 20.58 | 12.91 | 2.44 | - |
| YUV | 91.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 27 | 0 | 0.67 | 0.85 | 0.29 | 12.55 | 0.74 | 0.41 |
| Hex | B4 | 3B | 1B | 0 | 43 | 55 | 1D | D | 4A | 29 |
| Octal | 264 | 73 | 33 | 0 | 103 | 125 | 35 | 15 | 112 | 51 |
| Binary | 10110100 | 111011 | 11011 | 0 | 1000011 | 1010101 | 11101 | 1101 | 1001010 | 101001 |
Color Harmonies of #B43B1B
Complementary color
Monochromatic Colors of #B43B1B
Black with #B43B1B
Text Example
Text Example
White with #B43B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43B1B; }
p { color: rgb(180,59,27); }
H1.HeaderClassName
{
color: #B43B1B;
}
.AnyTagClassName
{
color: #B43B1B;
}
</style>
background-color css
<style>
a { background-color: #B43B1B; }
a { background-color: rgb(180,59,27); }
div.DivClassName
{
background-color: #B43B1B;
}
.BgClassName
{
background-color: #B43B1B;
}
</style>
border-color css
<style>
span { border-color: #B43B1B; }
span { border-color: rgb(180,59,27); }
td.TdClassName
{
border-color: #B43B1B;
}
.TagClassName
{
border-color: #B43B1B;
}
</style>