Shades of Rust #B4380F
Tints of Rust #B4380F
RGB
CMYK
RGB Variations
Color information
#B4380F (or 0xB4380F) is known color: Rust. HEX triplet: B4, 38 and 0F. RGB value is (180,56,15). Sum of RGB (Red+Green+Blue) = 180+56+15=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B4380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4380F is #4BC7F0. Grayscale: #585858. Windows color (decimal): -4966385 or 997556. OLE color: 997556.
HSL color Cylindrical-coordinate representation of color #B4380F: hue angle of 14.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4380F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 15 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.29 |
| HSL | 14.91º | 0.85% | 0.38% | - |
| HSV(B) | 14.91º | 0.92% | 0.71% | - |
| XYZ | 20.32 | 12.57 | 1.81 | - |
| YUV | 88.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 15 | 0 | 0.69 | 0.92 | 0.29 | 14.91 | 0.85 | 0.38 |
| Hex | B4 | 38 | F | 0 | 45 | 5C | 1D | F | 55 | 26 |
| Octal | 264 | 70 | 17 | 0 | 105 | 134 | 35 | 17 | 125 | 46 |
| Binary | 10110100 | 111000 | 1111 | 0 | 1000101 | 1011100 | 11101 | 1111 | 1010101 | 100110 |
Color Harmonies of #B4380F
Complementary color
Monochromatic Colors of #B4380F
Black with #B4380F
Text Example
Text Example
White with #B4380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4380F; }
p { color: rgb(180,56,15); }
H1.HeaderClassName
{
color: #B4380F;
}
.AnyTagClassName
{
color: #B4380F;
}
</style>
background-color css
<style>
a { background-color: #B4380F; }
a { background-color: rgb(180,56,15); }
div.DivClassName
{
background-color: #B4380F;
}
.BgClassName
{
background-color: #B4380F;
}
</style>
border-color css
<style>
span { border-color: #B4380F; }
span { border-color: rgb(180,56,15); }
td.TdClassName
{
border-color: #B4380F;
}
.TagClassName
{
border-color: #B4380F;
}
</style>