Shades of Rust #B8501C
Tints of Rust #B8501C
RGB
CMYK
RGB Variations
Color information
#B8501C (or 0xB8501C) is known color: Rust. HEX triplet: B8, 50 and 1C. RGB value is (184,80,28). Sum of RGB (Red+Green+Blue) = 184+80+28=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8501C is #47AFE3. Grayscale: #696969. Windows color (decimal): -4698084 or 1855672. OLE color: 1855672.
HSL color Cylindrical-coordinate representation of color #B8501C: hue angle of 20º 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 #B8501C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.28 |
| HSL | 20º | 0.74% | 0.42% | - |
| HSV(B) | 20º | 0.85% | 0.72% | - |
| XYZ | 22.85 | 16.01 | 2.99 | - |
| YUV | 105.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 28 | 0 | 0.57 | 0.85 | 0.28 | 20 | 0.74 | 0.42 |
| Hex | B8 | 50 | 1C | 0 | 39 | 55 | 1C | 14 | 4A | 2A |
| Octal | 270 | 120 | 34 | 0 | 71 | 125 | 34 | 24 | 112 | 52 |
| Binary | 10111000 | 1010000 | 11100 | 0 | 111001 | 1010101 | 11100 | 10100 | 1001010 | 101010 |
Color Harmonies of #B8501C
Complementary color
Monochromatic Colors of #B8501C
Black with #B8501C
Text Example
Text Example
White with #B8501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8501C; }
p { color: rgb(184,80,28); }
H1.HeaderClassName
{
color: #B8501C;
}
.AnyTagClassName
{
color: #B8501C;
}
</style>
background-color css
<style>
a { background-color: #B8501C; }
a { background-color: rgb(184,80,28); }
div.DivClassName
{
background-color: #B8501C;
}
.BgClassName
{
background-color: #B8501C;
}
</style>
border-color css
<style>
span { border-color: #B8501C; }
span { border-color: rgb(184,80,28); }
td.TdClassName
{
border-color: #B8501C;
}
.TagClassName
{
border-color: #B8501C;
}
</style>