Shades of Medium Carmine #B7342A
Tints of Medium Carmine #B7342A
RGB
CMYK
RGB Variations
Color information
#B7342A (or 0xB7342A) is known color: Medium Carmine. HEX triplet: B7, 34 and 2A. RGB value is (183,52,42). Sum of RGB (Red+Green+Blue) = 183+52+42=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7342A is #48CBD5. Grayscale: #5A5A5A. Windows color (decimal): -4770774 or 2766007. OLE color: 2766007.
HSL color Cylindrical-coordinate representation of color #B7342A: hue angle of 4.26º 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 #B7342A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.28 |
| HSL | 4.26º | 0.63% | 0.44% | - |
| HSV(B) | 4.26º | 0.77% | 0.72% | - |
| XYZ | 21.17 | 12.69 | 3.52 | - |
| YUV | 90.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 42 | 0 | 0.72 | 0.77 | 0.28 | 4.26 | 0.63 | 0.44 |
| Hex | B7 | 34 | 2A | 0 | 48 | 4D | 1C | 4 | 3F | 2C |
| Octal | 267 | 64 | 52 | 0 | 110 | 115 | 34 | 4 | 77 | 54 |
| Binary | 10110111 | 110100 | 101010 | 0 | 1001000 | 1001101 | 11100 | 100 | 111111 | 101100 |
Color Harmonies of #B7342A
Complementary color
Monochromatic Colors of #B7342A
Black with #B7342A
Text Example
Text Example
White with #B7342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7342A; }
p { color: rgb(183,52,42); }
H1.HeaderClassName
{
color: #B7342A;
}
.AnyTagClassName
{
color: #B7342A;
}
</style>
background-color css
<style>
a { background-color: #B7342A; }
a { background-color: rgb(183,52,42); }
div.DivClassName
{
background-color: #B7342A;
}
.BgClassName
{
background-color: #B7342A;
}
</style>
border-color css
<style>
span { border-color: #B7342A; }
span { border-color: rgb(183,52,42); }
td.TdClassName
{
border-color: #B7342A;
}
.TagClassName
{
border-color: #B7342A;
}
</style>