Shades of Rust #B43F1C
Tints of Rust #B43F1C
RGB
CMYK
RGB Variations
Color information
#B43F1C (or 0xB43F1C) is known color: Rust. HEX triplet: B4, 3F and 1C. RGB value is (180,63,28). Sum of RGB (Red+Green+Blue) = 180+63+28=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F1C is #4BC0E3. Grayscale: #5E5E5E. Windows color (decimal): -4964580 or 1851316. OLE color: 1851316.
HSL color Cylindrical-coordinate representation of color #B43F1C: hue angle of 13.82º degrees, saturation: 0.73, 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 #B43F1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 28 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.29 |
| HSL | 13.82º | 0.73% | 0.41% | - |
| HSV(B) | 13.82º | 0.84% | 0.71% | - |
| XYZ | 20.81 | 13.34 | 2.58 | - |
| YUV | 93.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 28 | 0 | 0.65 | 0.84 | 0.29 | 13.82 | 0.73 | 0.41 |
| Hex | B4 | 3F | 1C | 0 | 41 | 54 | 1D | E | 49 | 29 |
| Octal | 264 | 77 | 34 | 0 | 101 | 124 | 35 | 16 | 111 | 51 |
| Binary | 10110100 | 111111 | 11100 | 0 | 1000001 | 1010100 | 11101 | 1110 | 1001001 | 101001 |
Color Harmonies of #B43F1C
Complementary color
Monochromatic Colors of #B43F1C
Black with #B43F1C
Text Example
Text Example
White with #B43F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F1C; }
p { color: rgb(180,63,28); }
H1.HeaderClassName
{
color: #B43F1C;
}
.AnyTagClassName
{
color: #B43F1C;
}
</style>
background-color css
<style>
a { background-color: #B43F1C; }
a { background-color: rgb(180,63,28); }
div.DivClassName
{
background-color: #B43F1C;
}
.BgClassName
{
background-color: #B43F1C;
}
</style>
border-color css
<style>
span { border-color: #B43F1C; }
span { border-color: rgb(180,63,28); }
td.TdClassName
{
border-color: #B43F1C;
}
.TagClassName
{
border-color: #B43F1C;
}
</style>