Shades of Rust #B84B1B
Tints of Rust #B84B1B
RGB
CMYK
RGB Variations
Color information
#B84B1B (or 0xB84B1B) is known color: Rust. HEX triplet: B8, 4B and 1B. RGB value is (184,75,27). Sum of RGB (Red+Green+Blue) = 184+75+27=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B1B is #47B4E4. Grayscale: #666666. Windows color (decimal): -4699365 or 1788856. OLE color: 1788856.
HSL color Cylindrical-coordinate representation of color #B84B1B: hue angle of 18.34º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B84B1B is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 27 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.28 |
| HSL | 18.34º | 0.74% | 0.41% | - |
| HSV(B) | 18.34º | 0.85% | 0.72% | - |
| XYZ | 22.48 | 15.3 | 2.81 | - |
| YUV | 102.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 27 | 0 | 0.59 | 0.85 | 0.28 | 18.34 | 0.74 | 0.41 |
| Hex | B8 | 4B | 1B | 0 | 3B | 55 | 1C | 12 | 4A | 29 |
| Octal | 270 | 113 | 33 | 0 | 73 | 125 | 34 | 22 | 112 | 51 |
| Binary | 10111000 | 1001011 | 11011 | 0 | 111011 | 1010101 | 11100 | 10010 | 1001010 | 101001 |
Color Harmonies of #B84B1B
Complementary color
Monochromatic Colors of #B84B1B
Black with #B84B1B
Text Example
Text Example
White with #B84B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B1B; }
p { color: rgb(184,75,27); }
H1.HeaderClassName
{
color: #B84B1B;
}
.AnyTagClassName
{
color: #B84B1B;
}
</style>
background-color css
<style>
a { background-color: #B84B1B; }
a { background-color: rgb(184,75,27); }
div.DivClassName
{
background-color: #B84B1B;
}
.BgClassName
{
background-color: #B84B1B;
}
</style>
border-color css
<style>
span { border-color: #B84B1B; }
span { border-color: rgb(184,75,27); }
td.TdClassName
{
border-color: #B84B1B;
}
.TagClassName
{
border-color: #B84B1B;
}
</style>