Shades of Rust #B8441C
Tints of Rust #B8441C
RGB
CMYK
RGB Variations
Color information
#B8441C (or 0xB8441C) is known color: Rust. HEX triplet: B8, 44 and 1C. RGB value is (184,68,28). Sum of RGB (Red+Green+Blue) = 184+68+28=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8441C is #47BBE3. Grayscale: #626262. Windows color (decimal): -4701156 or 1852600. OLE color: 1852600.
HSL color Cylindrical-coordinate representation of color #B8441C: hue angle of 15.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8441C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 28 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.28 |
| HSL | 15.38º | 0.74% | 0.42% | - |
| HSV(B) | 15.38º | 0.85% | 0.72% | - |
| XYZ | 22.04 | 14.41 | 2.72 | - |
| YUV | 98.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 28 | 0 | 0.63 | 0.85 | 0.28 | 15.38 | 0.74 | 0.42 |
| Hex | B8 | 44 | 1C | 0 | 3F | 55 | 1C | F | 4A | 2A |
| Octal | 270 | 104 | 34 | 0 | 77 | 125 | 34 | 17 | 112 | 52 |
| Binary | 10111000 | 1000100 | 11100 | 0 | 111111 | 1010101 | 11100 | 1111 | 1001010 | 101010 |
Color Harmonies of #B8441C
Complementary color
Monochromatic Colors of #B8441C
Black with #B8441C
Text Example
Text Example
White with #B8441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8441C; }
p { color: rgb(184,68,28); }
H1.HeaderClassName
{
color: #B8441C;
}
.AnyTagClassName
{
color: #B8441C;
}
</style>
background-color css
<style>
a { background-color: #B8441C; }
a { background-color: rgb(184,68,28); }
div.DivClassName
{
background-color: #B8441C;
}
.BgClassName
{
background-color: #B8441C;
}
</style>
border-color css
<style>
span { border-color: #B8441C; }
span { border-color: rgb(184,68,28); }
td.TdClassName
{
border-color: #B8441C;
}
.TagClassName
{
border-color: #B8441C;
}
</style>