Shades of Rust #B8380E
Tints of Rust #B8380E
RGB
CMYK
RGB Variations
Color information
#B8380E (or 0xB8380E) is known color: Rust. HEX triplet: B8, 38 and 0E. RGB value is (184,56,14). Sum of RGB (Red+Green+Blue) = 184+56+14=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380E is #47C7F1. Grayscale: #595959. Windows color (decimal): -4704242 or 932024. OLE color: 932024.
HSL color Cylindrical-coordinate representation of color #B8380E: hue angle of 14.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8380E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.28 |
| HSL | 14.82º | 0.86% | 0.39% | - |
| HSV(B) | 14.82º | 0.92% | 0.72% | - |
| XYZ | 21.26 | 13.05 | 1.81 | - |
| YUV | 89.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 14 | 0 | 0.70 | 0.92 | 0.28 | 14.82 | 0.86 | 0.39 |
| Hex | B8 | 38 | E | 0 | 46 | 5C | 1C | F | 56 | 27 |
| Octal | 270 | 70 | 16 | 0 | 106 | 134 | 34 | 17 | 126 | 47 |
| Binary | 10111000 | 111000 | 1110 | 0 | 1000110 | 1011100 | 11100 | 1111 | 1010110 | 100111 |
Color Harmonies of #B8380E
Complementary color
Monochromatic Colors of #B8380E
Black with #B8380E
Text Example
Text Example
White with #B8380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8380E; }
p { color: rgb(184,56,14); }
H1.HeaderClassName
{
color: #B8380E;
}
.AnyTagClassName
{
color: #B8380E;
}
</style>
background-color css
<style>
a { background-color: #B8380E; }
a { background-color: rgb(184,56,14); }
div.DivClassName
{
background-color: #B8380E;
}
.BgClassName
{
background-color: #B8380E;
}
</style>
border-color css
<style>
span { border-color: #B8380E; }
span { border-color: rgb(184,56,14); }
td.TdClassName
{
border-color: #B8380E;
}
.TagClassName
{
border-color: #B8380E;
}
</style>