Shades of Rust #B8441B
Tints of Rust #B8441B
RGB
CMYK
RGB Variations
Color information
#B8441B (or 0xB8441B) is known color: Rust. HEX triplet: B8, 44 and 1B. RGB value is (184,68,27). Sum of RGB (Red+Green+Blue) = 184+68+27=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8441B is #47BBE4. Grayscale: #626262. Windows color (decimal): -4701157 or 1787064. OLE color: 1787064.
HSL color Cylindrical-coordinate representation of color #B8441B: hue angle of 15.67º 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 #B8441B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.28 |
| HSL | 15.67º | 0.74% | 0.41% | - |
| HSV(B) | 15.67º | 0.85% | 0.72% | - |
| XYZ | 22.03 | 14.4 | 2.66 | - |
| YUV | 98.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 27 | 0 | 0.63 | 0.85 | 0.28 | 15.67 | 0.74 | 0.41 |
| Hex | B8 | 44 | 1B | 0 | 3F | 55 | 1C | 10 | 4A | 29 |
| Octal | 270 | 104 | 33 | 0 | 77 | 125 | 34 | 20 | 112 | 51 |
| Binary | 10111000 | 1000100 | 11011 | 0 | 111111 | 1010101 | 11100 | 10000 | 1001010 | 101001 |
Color Harmonies of #B8441B
Complementary color
Monochromatic Colors of #B8441B
Black with #B8441B
Text Example
Text Example
White with #B8441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8441B; }
p { color: rgb(184,68,27); }
H1.HeaderClassName
{
color: #B8441B;
}
.AnyTagClassName
{
color: #B8441B;
}
</style>
background-color css
<style>
a { background-color: #B8441B; }
a { background-color: rgb(184,68,27); }
div.DivClassName
{
background-color: #B8441B;
}
.BgClassName
{
background-color: #B8441B;
}
</style>
border-color css
<style>
span { border-color: #B8441B; }
span { border-color: rgb(184,68,27); }
td.TdClassName
{
border-color: #B8441B;
}
.TagClassName
{
border-color: #B8441B;
}
</style>