Shades of Medium Carmine #B8422F
Tints of Medium Carmine #B8422F
RGB
CMYK
RGB Variations
Color information
#B8422F (or 0xB8422F) is known color: Medium Carmine. HEX triplet: B8, 42 and 2F. RGB value is (184,66,47). Sum of RGB (Red+Green+Blue) = 184+66+47=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8422F is #47BDD0. Grayscale: #636363. Windows color (decimal): -4701649 or 3097272. OLE color: 3097272.
HSL color Cylindrical-coordinate representation of color #B8422F: hue angle of 8.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8422F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 47 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.28 |
| HSL | 8.32º | 0.59% | 0.45% | - |
| HSV(B) | 8.32º | 0.74% | 0.72% | - |
| XYZ | 22.23 | 14.29 | 4.28 | - |
| YUV | 99.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 47 | 0 | 0.64 | 0.74 | 0.28 | 8.32 | 0.59 | 0.45 |
| Hex | B8 | 42 | 2F | 0 | 40 | 4A | 1C | 8 | 3B | 2D |
| Octal | 270 | 102 | 57 | 0 | 100 | 112 | 34 | 10 | 73 | 55 |
| Binary | 10111000 | 1000010 | 101111 | 0 | 1000000 | 1001010 | 11100 | 1000 | 111011 | 101101 |
Color Harmonies of #B8422F
Complementary color
Monochromatic Colors of #B8422F
Black with #B8422F
Text Example
Text Example
White with #B8422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8422F; }
p { color: rgb(184,66,47); }
H1.HeaderClassName
{
color: #B8422F;
}
.AnyTagClassName
{
color: #B8422F;
}
</style>
background-color css
<style>
a { background-color: #B8422F; }
a { background-color: rgb(184,66,47); }
div.DivClassName
{
background-color: #B8422F;
}
.BgClassName
{
background-color: #B8422F;
}
</style>
border-color css
<style>
span { border-color: #B8422F; }
span { border-color: rgb(184,66,47); }
td.TdClassName
{
border-color: #B8422F;
}
.TagClassName
{
border-color: #B8422F;
}
</style>