Shades of Rust #B43418
Tints of Rust #B43418
RGB
CMYK
RGB Variations
Color information
#B43418 (or 0xB43418) is known color: Rust. HEX triplet: B4, 34 and 18. RGB value is (180,52,24). Sum of RGB (Red+Green+Blue) = 180+52+24=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43418 is #4BCBE7. Grayscale: #575757. Windows color (decimal): -4967400 or 1586356. OLE color: 1586356.
HSL color Cylindrical-coordinate representation of color #B43418: hue angle of 10.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B43418 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 24 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.29 |
| HSL | 10.77º | 0.76% | 0.4% | - |
| HSV(B) | 10.77º | 0.87% | 0.71% | - |
| XYZ | 20.22 | 12.23 | 2.16 | - |
| YUV | 87.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 24 | 0 | 0.71 | 0.87 | 0.29 | 10.77 | 0.76 | 0.4 |
| Hex | B4 | 34 | 18 | 0 | 47 | 57 | 1D | B | 4C | 28 |
| Octal | 264 | 64 | 30 | 0 | 107 | 127 | 35 | 13 | 114 | 50 |
| Binary | 10110100 | 110100 | 11000 | 0 | 1000111 | 1010111 | 11101 | 1011 | 1001100 | 101000 |
Color Harmonies of #B43418
Complementary color
Monochromatic Colors of #B43418
Black with #B43418
Text Example
Text Example
White with #B43418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43418; }
p { color: rgb(180,52,24); }
H1.HeaderClassName
{
color: #B43418;
}
.AnyTagClassName
{
color: #B43418;
}
</style>
background-color css
<style>
a { background-color: #B43418; }
a { background-color: rgb(180,52,24); }
div.DivClassName
{
background-color: #B43418;
}
.BgClassName
{
background-color: #B43418;
}
</style>
border-color css
<style>
span { border-color: #B43418; }
span { border-color: rgb(180,52,24); }
td.TdClassName
{
border-color: #B43418;
}
.TagClassName
{
border-color: #B43418;
}
</style>