Shades of Medium Carmine #B8423F
Tints of Medium Carmine #B8423F
RGB
CMYK
RGB Variations
Color information
#B8423F (or 0xB8423F) is known color: Medium Carmine. HEX triplet: B8, 42 and 3F. RGB value is (184,66,63). Sum of RGB (Red+Green+Blue) = 184+66+63=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8423F is #47BDC0. Grayscale: #656565. Windows color (decimal): -4701633 or 4145848. OLE color: 4145848.
HSL color Cylindrical-coordinate representation of color #B8423F: hue angle of 1.49º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8423F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 63 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.28 |
| HSL | 1.49º | 0.49% | 0.48% | - |
| HSV(B) | 1.49º | 0.66% | 0.72% | - |
| XYZ | 22.61 | 14.45 | 6.3 | - |
| YUV | 100.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 63 | 0 | 0.64 | 0.66 | 0.28 | 1.49 | 0.49 | 0.48 |
| Hex | B8 | 42 | 3F | 0 | 40 | 42 | 1C | 1 | 31 | 30 |
| Octal | 270 | 102 | 77 | 0 | 100 | 102 | 34 | 1 | 61 | 60 |
| Binary | 10111000 | 1000010 | 111111 | 0 | 1000000 | 1000010 | 11100 | 1 | 110001 | 110000 |
Color Harmonies of #B8423F
Complementary color
Monochromatic Colors of #B8423F
Black with #B8423F
Text Example
Text Example
White with #B8423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8423F; }
p { color: rgb(184,66,63); }
H1.HeaderClassName
{
color: #B8423F;
}
.AnyTagClassName
{
color: #B8423F;
}
</style>
background-color css
<style>
a { background-color: #B8423F; }
a { background-color: rgb(184,66,63); }
div.DivClassName
{
background-color: #B8423F;
}
.BgClassName
{
background-color: #B8423F;
}
</style>
border-color css
<style>
span { border-color: #B8423F; }
span { border-color: rgb(184,66,63); }
td.TdClassName
{
border-color: #B8423F;
}
.TagClassName
{
border-color: #B8423F;
}
</style>