Shades of Rust #B84223
Tints of Rust #B84223
RGB
CMYK
RGB Variations
Color information
#B84223 (or 0xB84223) is known color: Rust. HEX triplet: B8, 42 and 23. RGB value is (184,66,35). Sum of RGB (Red+Green+Blue) = 184+66+35=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B84223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84223 is #47BDDC. Grayscale: #616161. Windows color (decimal): -4701661 or 2310840. OLE color: 2310840.
HSL color Cylindrical-coordinate representation of color #B84223: hue angle of 12.48º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B84223 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 35 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.28 |
| HSL | 12.48º | 0.68% | 0.43% | - |
| HSV(B) | 12.48º | 0.81% | 0.72% | - |
| XYZ | 22.02 | 14.21 | 3.17 | - |
| YUV | 97.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 35 | 0 | 0.64 | 0.81 | 0.28 | 12.48 | 0.68 | 0.43 |
| Hex | B8 | 42 | 23 | 0 | 40 | 51 | 1C | C | 44 | 2B |
| Octal | 270 | 102 | 43 | 0 | 100 | 121 | 34 | 14 | 104 | 53 |
| Binary | 10111000 | 1000010 | 100011 | 0 | 1000000 | 1010001 | 11100 | 1100 | 1000100 | 101011 |
Color Harmonies of #B84223
Complementary color
Monochromatic Colors of #B84223
Black with #B84223
Text Example
Text Example
White with #B84223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84223; }
p { color: rgb(184,66,35); }
H1.HeaderClassName
{
color: #B84223;
}
.AnyTagClassName
{
color: #B84223;
}
</style>
background-color css
<style>
a { background-color: #B84223; }
a { background-color: rgb(184,66,35); }
div.DivClassName
{
background-color: #B84223;
}
.BgClassName
{
background-color: #B84223;
}
</style>
border-color css
<style>
span { border-color: #B84223; }
span { border-color: rgb(184,66,35); }
td.TdClassName
{
border-color: #B84223;
}
.TagClassName
{
border-color: #B84223;
}
</style>