Shades of Medium Carmine #B8362A
Tints of Medium Carmine #B8362A
RGB
CMYK
RGB Variations
Color information
#B8362A (or 0xB8362A) is known color: Medium Carmine. HEX triplet: B8, 36 and 2A. RGB value is (184,54,42). Sum of RGB (Red+Green+Blue) = 184+54+42=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8362A is #47C9D5. Grayscale: #5B5B5B. Windows color (decimal): -4704726 or 2766520. OLE color: 2766520.
HSL color Cylindrical-coordinate representation of color #B8362A: hue angle of 5.07º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8362A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 42 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.28 |
| HSL | 5.07º | 0.63% | 0.44% | - |
| HSV(B) | 5.07º | 0.77% | 0.72% | - |
| XYZ | 21.5 | 13 | 3.57 | - |
| YUV | 91.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 42 | 0 | 0.71 | 0.77 | 0.28 | 5.07 | 0.63 | 0.44 |
| Hex | B8 | 36 | 2A | 0 | 47 | 4D | 1C | 5 | 3F | 2C |
| Octal | 270 | 66 | 52 | 0 | 107 | 115 | 34 | 5 | 77 | 54 |
| Binary | 10111000 | 110110 | 101010 | 0 | 1000111 | 1001101 | 11100 | 101 | 111111 | 101100 |
Color Harmonies of #B8362A
Complementary color
Monochromatic Colors of #B8362A
Black with #B8362A
Text Example
Text Example
White with #B8362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8362A; }
p { color: rgb(184,54,42); }
H1.HeaderClassName
{
color: #B8362A;
}
.AnyTagClassName
{
color: #B8362A;
}
</style>
background-color css
<style>
a { background-color: #B8362A; }
a { background-color: rgb(184,54,42); }
div.DivClassName
{
background-color: #B8362A;
}
.BgClassName
{
background-color: #B8362A;
}
</style>
border-color css
<style>
span { border-color: #B8362A; }
span { border-color: rgb(184,54,42); }
td.TdClassName
{
border-color: #B8362A;
}
.TagClassName
{
border-color: #B8362A;
}
</style>