Shades of Medium Carmine #B8403A
Tints of Medium Carmine #B8403A
RGB
CMYK
RGB Variations
Color information
#B8403A (or 0xB8403A) is known color: Medium Carmine. HEX triplet: B8, 40 and 3A. RGB value is (184,64,58). Sum of RGB (Red+Green+Blue) = 184+64+58=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B8403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8403A is #47BFC5. Grayscale: #636363. Windows color (decimal): -4702150 or 3817656. OLE color: 3817656.
HSL color Cylindrical-coordinate representation of color #B8403A: hue angle of 2.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8403A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 58 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.28 |
| HSL | 2.86º | 0.52% | 0.47% | - |
| HSV(B) | 2.86º | 0.68% | 0.72% | - |
| XYZ | 22.36 | 14.16 | 5.56 | - |
| YUV | 99.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 58 | 0 | 0.65 | 0.68 | 0.28 | 2.86 | 0.52 | 0.47 |
| Hex | B8 | 40 | 3A | 0 | 41 | 44 | 1C | 3 | 34 | 2F |
| Octal | 270 | 100 | 72 | 0 | 101 | 104 | 34 | 3 | 64 | 57 |
| Binary | 10111000 | 1000000 | 111010 | 0 | 1000001 | 1000100 | 11100 | 11 | 110100 | 101111 |
Color Harmonies of #B8403A
Complementary color
Monochromatic Colors of #B8403A
Black with #B8403A
Text Example
Text Example
White with #B8403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8403A; }
p { color: rgb(184,64,58); }
H1.HeaderClassName
{
color: #B8403A;
}
.AnyTagClassName
{
color: #B8403A;
}
</style>
background-color css
<style>
a { background-color: #B8403A; }
a { background-color: rgb(184,64,58); }
div.DivClassName
{
background-color: #B8403A;
}
.BgClassName
{
background-color: #B8403A;
}
</style>
border-color css
<style>
span { border-color: #B8403A; }
span { border-color: rgb(184,64,58); }
td.TdClassName
{
border-color: #B8403A;
}
.TagClassName
{
border-color: #B8403A;
}
</style>