Shades of Rust #B84A0A
Tints of Rust #B84A0A
RGB
CMYK
RGB Variations
Color information
#B84A0A (or 0xB84A0A) is known color: Rust. HEX triplet: B8, 4A and 0A. RGB value is (184,74,10). Sum of RGB (Red+Green+Blue) = 184+74+10=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A0A is #47B5F5. Grayscale: #636363. Windows color (decimal): -4699638 or 674488. OLE color: 674488.
HSL color Cylindrical-coordinate representation of color #B84A0A: hue angle of 22.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B84A0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.28 |
| HSL | 22.07º | 0.9% | 0.38% | - |
| HSV(B) | 22.07º | 0.95% | 0.72% | - |
| XYZ | 22.27 | 15.11 | 2.03 | - |
| YUV | 99.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 10 | 0 | 0.60 | 0.95 | 0.28 | 22.07 | 0.9 | 0.38 |
| Hex | B8 | 4A | A | 0 | 3C | 5F | 1C | 16 | 5A | 26 |
| Octal | 270 | 112 | 12 | 0 | 74 | 137 | 34 | 26 | 132 | 46 |
| Binary | 10111000 | 1001010 | 1010 | 0 | 111100 | 1011111 | 11100 | 10110 | 1011010 | 100110 |
Color Harmonies of #B84A0A
Complementary color
Monochromatic Colors of #B84A0A
Black with #B84A0A
Text Example
Text Example
White with #B84A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A0A; }
p { color: rgb(184,74,10); }
H1.HeaderClassName
{
color: #B84A0A;
}
.AnyTagClassName
{
color: #B84A0A;
}
</style>
background-color css
<style>
a { background-color: #B84A0A; }
a { background-color: rgb(184,74,10); }
div.DivClassName
{
background-color: #B84A0A;
}
.BgClassName
{
background-color: #B84A0A;
}
</style>
border-color css
<style>
span { border-color: #B84A0A; }
span { border-color: rgb(184,74,10); }
td.TdClassName
{
border-color: #B84A0A;
}
.TagClassName
{
border-color: #B84A0A;
}
</style>