Shades of Rust #B8401C
Tints of Rust #B8401C
RGB
CMYK
RGB Variations
Color information
#B8401C (or 0xB8401C) is known color: Rust. HEX triplet: B8, 40 and 1C. RGB value is (184,64,28). Sum of RGB (Red+Green+Blue) = 184+64+28=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401C is #47BFE3. Grayscale: #606060. Windows color (decimal): -4702180 or 1851576. OLE color: 1851576.
HSL color Cylindrical-coordinate representation of color #B8401C: hue angle of 13.85º 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 #B8401C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.28 |
| HSL | 13.85º | 0.74% | 0.42% | - |
| HSV(B) | 13.85º | 0.85% | 0.72% | - |
| XYZ | 21.81 | 13.94 | 2.64 | - |
| YUV | 95.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 28 | 0 | 0.65 | 0.85 | 0.28 | 13.85 | 0.74 | 0.42 |
| Hex | B8 | 40 | 1C | 0 | 41 | 55 | 1C | E | 4A | 2A |
| Octal | 270 | 100 | 34 | 0 | 101 | 125 | 34 | 16 | 112 | 52 |
| Binary | 10111000 | 1000000 | 11100 | 0 | 1000001 | 1010101 | 11100 | 1110 | 1001010 | 101010 |
Color Harmonies of #B8401C
Complementary color
Monochromatic Colors of #B8401C
Black with #B8401C
Text Example
Text Example
White with #B8401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8401C; }
p { color: rgb(184,64,28); }
H1.HeaderClassName
{
color: #B8401C;
}
.AnyTagClassName
{
color: #B8401C;
}
</style>
background-color css
<style>
a { background-color: #B8401C; }
a { background-color: rgb(184,64,28); }
div.DivClassName
{
background-color: #B8401C;
}
.BgClassName
{
background-color: #B8401C;
}
</style>
border-color css
<style>
span { border-color: #B8401C; }
span { border-color: rgb(184,64,28); }
td.TdClassName
{
border-color: #B8401C;
}
.TagClassName
{
border-color: #B8401C;
}
</style>