Shades of Rust #B84A12
Tints of Rust #B84A12
RGB
CMYK
RGB Variations
Color information
#B84A12 (or 0xB84A12) is known color: Rust. HEX triplet: B8, 4A and 12. RGB value is (184,74,18). Sum of RGB (Red+Green+Blue) = 184+74+18=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A12 is #47B5ED. Grayscale: #646464. Windows color (decimal): -4699630 or 1198776. OLE color: 1198776.
HSL color Cylindrical-coordinate representation of color #B84A12: hue angle of 20.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84A12 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.28 |
| HSL | 20.24º | 0.82% | 0.4% | - |
| HSV(B) | 20.24º | 0.9% | 0.72% | - |
| XYZ | 22.33 | 15.13 | 2.32 | - |
| YUV | 100.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 18 | 0 | 0.60 | 0.90 | 0.28 | 20.24 | 0.82 | 0.4 |
| Hex | B8 | 4A | 12 | 0 | 3C | 5A | 1C | 14 | 52 | 28 |
| Octal | 270 | 112 | 22 | 0 | 74 | 132 | 34 | 24 | 122 | 50 |
| Binary | 10111000 | 1001010 | 10010 | 0 | 111100 | 1011010 | 11100 | 10100 | 1010010 | 101000 |
Color Harmonies of #B84A12
Complementary color
Monochromatic Colors of #B84A12
Black with #B84A12
Text Example
Text Example
White with #B84A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A12; }
p { color: rgb(184,74,18); }
H1.HeaderClassName
{
color: #B84A12;
}
.AnyTagClassName
{
color: #B84A12;
}
</style>
background-color css
<style>
a { background-color: #B84A12; }
a { background-color: rgb(184,74,18); }
div.DivClassName
{
background-color: #B84A12;
}
.BgClassName
{
background-color: #B84A12;
}
</style>
border-color css
<style>
span { border-color: #B84A12; }
span { border-color: rgb(184,74,18); }
td.TdClassName
{
border-color: #B84A12;
}
.TagClassName
{
border-color: #B84A12;
}
</style>