Shades of Medium Carmine #B8342A
Tints of Medium Carmine #B8342A
RGB
CMYK
RGB Variations
Color information
#B8342A (or 0xB8342A) is known color: Medium Carmine. HEX triplet: B8, 34 and 2A. RGB value is (184,52,42). Sum of RGB (Red+Green+Blue) = 184+52+42=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8342A is #47CBD5. Grayscale: #5A5A5A. Windows color (decimal): -4705238 or 2766008. OLE color: 2766008.
HSL color Cylindrical-coordinate representation of color #B8342A: hue angle of 4.23º 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 #B8342A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.28 |
| HSL | 4.23º | 0.63% | 0.44% | - |
| HSV(B) | 4.23º | 0.77% | 0.72% | - |
| XYZ | 21.41 | 12.81 | 3.54 | - |
| YUV | 90.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 42 | 0 | 0.72 | 0.77 | 0.28 | 4.23 | 0.63 | 0.44 |
| Hex | B8 | 34 | 2A | 0 | 48 | 4D | 1C | 4 | 3F | 2C |
| Octal | 270 | 64 | 52 | 0 | 110 | 115 | 34 | 4 | 77 | 54 |
| Binary | 10111000 | 110100 | 101010 | 0 | 1001000 | 1001101 | 11100 | 100 | 111111 | 101100 |
Color Harmonies of #B8342A
Complementary color
Monochromatic Colors of #B8342A
Black with #B8342A
Text Example
Text Example
White with #B8342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8342A; }
p { color: rgb(184,52,42); }
H1.HeaderClassName
{
color: #B8342A;
}
.AnyTagClassName
{
color: #B8342A;
}
</style>
background-color css
<style>
a { background-color: #B8342A; }
a { background-color: rgb(184,52,42); }
div.DivClassName
{
background-color: #B8342A;
}
.BgClassName
{
background-color: #B8342A;
}
</style>
border-color css
<style>
span { border-color: #B8342A; }
span { border-color: rgb(184,52,42); }
td.TdClassName
{
border-color: #B8342A;
}
.TagClassName
{
border-color: #B8342A;
}
</style>