Shades of Rust #B8380C
Tints of Rust #B8380C
RGB
CMYK
RGB Variations
Color information
#B8380C (or 0xB8380C) is known color: Rust. HEX triplet: B8, 38 and 0C. RGB value is (184,56,12). Sum of RGB (Red+Green+Blue) = 184+56+12=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380C is #47C7F3. Grayscale: #595959. Windows color (decimal): -4704244 or 800952. OLE color: 800952.
HSL color Cylindrical-coordinate representation of color #B8380C: hue angle of 15.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8380C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.28 |
| HSL | 15.35º | 0.88% | 0.38% | - |
| HSV(B) | 15.35º | 0.93% | 0.72% | - |
| XYZ | 21.25 | 13.05 | 1.75 | - |
| YUV | 89.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 12 | 0 | 0.70 | 0.93 | 0.28 | 15.35 | 0.88 | 0.38 |
| Hex | B8 | 38 | C | 0 | 46 | 5D | 1C | F | 58 | 26 |
| Octal | 270 | 70 | 14 | 0 | 106 | 135 | 34 | 17 | 130 | 46 |
| Binary | 10111000 | 111000 | 1100 | 0 | 1000110 | 1011101 | 11100 | 1111 | 1011000 | 100110 |
Color Harmonies of #B8380C
Complementary color
Monochromatic Colors of #B8380C
Black with #B8380C
Text Example
Text Example
White with #B8380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8380C; }
p { color: rgb(184,56,12); }
H1.HeaderClassName
{
color: #B8380C;
}
.AnyTagClassName
{
color: #B8380C;
}
</style>
background-color css
<style>
a { background-color: #B8380C; }
a { background-color: rgb(184,56,12); }
div.DivClassName
{
background-color: #B8380C;
}
.BgClassName
{
background-color: #B8380C;
}
</style>
border-color css
<style>
span { border-color: #B8380C; }
span { border-color: rgb(184,56,12); }
td.TdClassName
{
border-color: #B8380C;
}
.TagClassName
{
border-color: #B8380C;
}
</style>