Shades of Rust #B43F19
Tints of Rust #B43F19
RGB
CMYK
RGB Variations
Color information
#B43F19 (or 0xB43F19) is known color: Rust. HEX triplet: B4, 3F and 19. RGB value is (180,63,25). Sum of RGB (Red+Green+Blue) = 180+63+25=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F19 is #4BC0E6. Grayscale: #5D5D5D. Windows color (decimal): -4964583 or 1654708. OLE color: 1654708.
HSL color Cylindrical-coordinate representation of color #B43F19: hue angle of 14.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B43F19 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 25 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.29 |
| HSL | 14.71º | 0.76% | 0.4% | - |
| HSV(B) | 14.71º | 0.86% | 0.71% | - |
| XYZ | 20.78 | 13.33 | 2.4 | - |
| YUV | 93.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 25 | 0 | 0.65 | 0.86 | 0.29 | 14.71 | 0.76 | 0.4 |
| Hex | B4 | 3F | 19 | 0 | 41 | 56 | 1D | F | 4C | 28 |
| Octal | 264 | 77 | 31 | 0 | 101 | 126 | 35 | 17 | 114 | 50 |
| Binary | 10110100 | 111111 | 11001 | 0 | 1000001 | 1010110 | 11101 | 1111 | 1001100 | 101000 |
Color Harmonies of #B43F19
Complementary color
Monochromatic Colors of #B43F19
Black with #B43F19
Text Example
Text Example
White with #B43F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F19; }
p { color: rgb(180,63,25); }
H1.HeaderClassName
{
color: #B43F19;
}
.AnyTagClassName
{
color: #B43F19;
}
</style>
background-color css
<style>
a { background-color: #B43F19; }
a { background-color: rgb(180,63,25); }
div.DivClassName
{
background-color: #B43F19;
}
.BgClassName
{
background-color: #B43F19;
}
</style>
border-color css
<style>
span { border-color: #B43F19; }
span { border-color: rgb(180,63,25); }
td.TdClassName
{
border-color: #B43F19;
}
.TagClassName
{
border-color: #B43F19;
}
</style>