Shades of Rust #B4360D
Tints of Rust #B4360D
RGB
CMYK
RGB Variations
Color information
#B4360D (or 0xB4360D) is known color: Rust. HEX triplet: B4, 36 and 0D. RGB value is (180,54,13). Sum of RGB (Red+Green+Blue) = 180+54+13=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B4360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4360D is #4BC9F2. Grayscale: #575757. Windows color (decimal): -4966899 or 865972. OLE color: 865972.
HSL color Cylindrical-coordinate representation of color #B4360D: hue angle of 14.73º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4360D is Cyan = 0, Magento = 0.7, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 13 | - |
| CMYK | 0 | 0.7 | 0.93 | 0.29 |
| HSL | 14.73º | 0.87% | 0.38% | - |
| HSV(B) | 14.73º | 0.93% | 0.71% | - |
| XYZ | 20.21 | 12.37 | 1.7 | - |
| YUV | 87 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 13 | 0 | 0.7 | 0.93 | 0.29 | 14.73 | 0.87 | 0.38 |
| Hex | B4 | 36 | D | 0 | 46 | 5D | 1D | F | 57 | 26 |
| Octal | 264 | 66 | 15 | 0 | 106 | 135 | 35 | 17 | 127 | 46 |
| Binary | 10110100 | 110110 | 1101 | 0 | 1000110 | 1011101 | 11101 | 1111 | 1010111 | 100110 |
Color Harmonies of #B4360D
Complementary color
Monochromatic Colors of #B4360D
Black with #B4360D
Text Example
Text Example
White with #B4360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4360D; }
p { color: rgb(180,54,13); }
H1.HeaderClassName
{
color: #B4360D;
}
.AnyTagClassName
{
color: #B4360D;
}
</style>
background-color css
<style>
a { background-color: #B4360D; }
a { background-color: rgb(180,54,13); }
div.DivClassName
{
background-color: #B4360D;
}
.BgClassName
{
background-color: #B4360D;
}
</style>
border-color css
<style>
span { border-color: #B4360D; }
span { border-color: rgb(180,54,13); }
td.TdClassName
{
border-color: #B4360D;
}
.TagClassName
{
border-color: #B4360D;
}
</style>