Shades of Rust #B43615
Tints of Rust #B43615
RGB
CMYK
RGB Variations
Color information
#B43615 (or 0xB43615) is known color: Rust. HEX triplet: B4, 36 and 15. RGB value is (180,54,21). Sum of RGB (Red+Green+Blue) = 180+54+21=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B43615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43615 is #4BC9EA. Grayscale: #585858. Windows color (decimal): -4966891 or 1390260. OLE color: 1390260.
HSL color Cylindrical-coordinate representation of color #B43615: hue angle of 12.45º 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 #B43615 is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 21 | - |
| CMYK | 0 | 0.7 | 0.88 | 0.29 |
| HSL | 12.45º | 0.79% | 0.39% | - |
| HSV(B) | 12.45º | 0.88% | 0.71% | - |
| XYZ | 20.28 | 12.4 | 2.03 | - |
| YUV | 87.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 21 | 0 | 0.7 | 0.88 | 0.29 | 12.45 | 0.79 | 0.39 |
| Hex | B4 | 36 | 15 | 0 | 46 | 58 | 1D | C | 4F | 27 |
| Octal | 264 | 66 | 25 | 0 | 106 | 130 | 35 | 14 | 117 | 47 |
| Binary | 10110100 | 110110 | 10101 | 0 | 1000110 | 1011000 | 11101 | 1100 | 1001111 | 100111 |
Color Harmonies of #B43615
Complementary color
Monochromatic Colors of #B43615
Black with #B43615
Text Example
Text Example
White with #B43615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43615; }
p { color: rgb(180,54,21); }
H1.HeaderClassName
{
color: #B43615;
}
.AnyTagClassName
{
color: #B43615;
}
</style>
background-color css
<style>
a { background-color: #B43615; }
a { background-color: rgb(180,54,21); }
div.DivClassName
{
background-color: #B43615;
}
.BgClassName
{
background-color: #B43615;
}
</style>
border-color css
<style>
span { border-color: #B43615; }
span { border-color: rgb(180,54,21); }
td.TdClassName
{
border-color: #B43615;
}
.TagClassName
{
border-color: #B43615;
}
</style>