Shades of Rust #B4300F
Tints of Rust #B4300F
RGB
CMYK
RGB Variations
Color information
#B4300F (or 0xB4300F) is known color: Rust. HEX triplet: B4, 30 and 0F. RGB value is (180,48,15). Sum of RGB (Red+Green+Blue) = 180+48+15=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4300F is #4BCFF0. Grayscale: #535353. Windows color (decimal): -4968433 or 995508. OLE color: 995508.
HSL color Cylindrical-coordinate representation of color #B4300F: hue angle of 12º 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 #B4300F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.29 |
| HSL | 12º | 0.85% | 0.38% | - |
| HSV(B) | 12º | 0.92% | 0.71% | - |
| XYZ | 19.97 | 11.85 | 1.69 | - |
| YUV | 83.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 15 | 0 | 0.73 | 0.92 | 0.29 | 12 | 0.85 | 0.38 |
| Hex | B4 | 30 | F | 0 | 49 | 5C | 1D | C | 55 | 26 |
| Octal | 264 | 60 | 17 | 0 | 111 | 134 | 35 | 14 | 125 | 46 |
| Binary | 10110100 | 110000 | 1111 | 0 | 1001001 | 1011100 | 11101 | 1100 | 1010101 | 100110 |
Color Harmonies of #B4300F
Complementary color
Monochromatic Colors of #B4300F
Black with #B4300F
Text Example
Text Example
White with #B4300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4300F; }
p { color: rgb(180,48,15); }
H1.HeaderClassName
{
color: #B4300F;
}
.AnyTagClassName
{
color: #B4300F;
}
</style>
background-color css
<style>
a { background-color: #B4300F; }
a { background-color: rgb(180,48,15); }
div.DivClassName
{
background-color: #B4300F;
}
.BgClassName
{
background-color: #B4300F;
}
</style>
border-color css
<style>
span { border-color: #B4300F; }
span { border-color: rgb(180,48,15); }
td.TdClassName
{
border-color: #B4300F;
}
.TagClassName
{
border-color: #B4300F;
}
</style>