Shades of Rust #B44015
Tints of Rust #B44015
RGB
CMYK
RGB Variations
Color information
#B44015 (or 0xB44015) is known color: Rust. HEX triplet: B4, 40 and 15. RGB value is (180,64,21). Sum of RGB (Red+Green+Blue) = 180+64+21=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B44015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44015 is #4BBFEA. Grayscale: #5E5E5E. Windows color (decimal): -4964331 or 1392820. OLE color: 1392820.
HSL color Cylindrical-coordinate representation of color #B44015: hue angle of 16.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B44015 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.29 |
| HSL | 16.23º | 0.79% | 0.39% | - |
| HSV(B) | 16.23º | 0.88% | 0.71% | - |
| XYZ | 20.79 | 13.42 | 2.2 | - |
| YUV | 93.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 21 | 0 | 0.64 | 0.88 | 0.29 | 16.23 | 0.79 | 0.39 |
| Hex | B4 | 40 | 15 | 0 | 40 | 58 | 1D | 10 | 4F | 27 |
| Octal | 264 | 100 | 25 | 0 | 100 | 130 | 35 | 20 | 117 | 47 |
| Binary | 10110100 | 1000000 | 10101 | 0 | 1000000 | 1011000 | 11101 | 10000 | 1001111 | 100111 |
Color Harmonies of #B44015
Complementary color
Monochromatic Colors of #B44015
Black with #B44015
Text Example
Text Example
White with #B44015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44015; }
p { color: rgb(180,64,21); }
H1.HeaderClassName
{
color: #B44015;
}
.AnyTagClassName
{
color: #B44015;
}
</style>
background-color css
<style>
a { background-color: #B44015; }
a { background-color: rgb(180,64,21); }
div.DivClassName
{
background-color: #B44015;
}
.BgClassName
{
background-color: #B44015;
}
</style>
border-color css
<style>
span { border-color: #B44015; }
span { border-color: rgb(180,64,21); }
td.TdClassName
{
border-color: #B44015;
}
.TagClassName
{
border-color: #B44015;
}
</style>