Shades of Rust #B44915
Tints of Rust #B44915
RGB
CMYK
RGB Variations
Color information
#B44915 (or 0xB44915) is known color: Rust. HEX triplet: B4, 49 and 15. RGB value is (180,73,21). Sum of RGB (Red+Green+Blue) = 180+73+21=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44915 is #4BB6EA. Grayscale: #636363. Windows color (decimal): -4962027 or 1395124. OLE color: 1395124.
HSL color Cylindrical-coordinate representation of color #B44915: hue angle of 19.62º 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 #B44915 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 21 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.29 |
| HSL | 19.62º | 0.79% | 0.39% | - |
| HSV(B) | 19.62º | 0.88% | 0.71% | - |
| XYZ | 21.34 | 14.52 | 2.39 | - |
| YUV | 99.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 21 | 0 | 0.59 | 0.88 | 0.29 | 19.62 | 0.79 | 0.39 |
| Hex | B4 | 49 | 15 | 0 | 3B | 58 | 1D | 14 | 4F | 27 |
| Octal | 264 | 111 | 25 | 0 | 73 | 130 | 35 | 24 | 117 | 47 |
| Binary | 10110100 | 1001001 | 10101 | 0 | 111011 | 1011000 | 11101 | 10100 | 1001111 | 100111 |
Color Harmonies of #B44915
Complementary color
Monochromatic Colors of #B44915
Black with #B44915
Text Example
Text Example
White with #B44915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44915; }
p { color: rgb(180,73,21); }
H1.HeaderClassName
{
color: #B44915;
}
.AnyTagClassName
{
color: #B44915;
}
</style>
background-color css
<style>
a { background-color: #B44915; }
a { background-color: rgb(180,73,21); }
div.DivClassName
{
background-color: #B44915;
}
.BgClassName
{
background-color: #B44915;
}
</style>
border-color css
<style>
span { border-color: #B44915; }
span { border-color: rgb(180,73,21); }
td.TdClassName
{
border-color: #B44915;
}
.TagClassName
{
border-color: #B44915;
}
</style>