Shades of Rust #B84A1A
Tints of Rust #B84A1A
RGB
CMYK
RGB Variations
Color information
#B84A1A (or 0xB84A1A) is known color: Rust. HEX triplet: B8, 4A and 1A. RGB value is (184,74,26). Sum of RGB (Red+Green+Blue) = 184+74+26=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A1A is #47B5E5. Grayscale: #656565. Windows color (decimal): -4699622 or 1723064. OLE color: 1723064.
HSL color Cylindrical-coordinate representation of color #B84A1A: hue angle of 18.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B84A1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 26 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.28 |
| HSL | 18.23º | 0.75% | 0.41% | - |
| HSV(B) | 18.23º | 0.86% | 0.72% | - |
| XYZ | 22.4 | 15.16 | 2.72 | - |
| YUV | 101.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 26 | 0 | 0.60 | 0.86 | 0.28 | 18.23 | 0.75 | 0.41 |
| Hex | B8 | 4A | 1A | 0 | 3C | 56 | 1C | 12 | 4B | 29 |
| Octal | 270 | 112 | 32 | 0 | 74 | 126 | 34 | 22 | 113 | 51 |
| Binary | 10111000 | 1001010 | 11010 | 0 | 111100 | 1010110 | 11100 | 10010 | 1001011 | 101001 |
Color Harmonies of #B84A1A
Complementary color
Monochromatic Colors of #B84A1A
Black with #B84A1A
Text Example
Text Example
White with #B84A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A1A; }
p { color: rgb(184,74,26); }
H1.HeaderClassName
{
color: #B84A1A;
}
.AnyTagClassName
{
color: #B84A1A;
}
</style>
background-color css
<style>
a { background-color: #B84A1A; }
a { background-color: rgb(184,74,26); }
div.DivClassName
{
background-color: #B84A1A;
}
.BgClassName
{
background-color: #B84A1A;
}
</style>
border-color css
<style>
span { border-color: #B84A1A; }
span { border-color: rgb(184,74,26); }
td.TdClassName
{
border-color: #B84A1A;
}
.TagClassName
{
border-color: #B84A1A;
}
</style>