Shades of Medium Carmine #B83F3A
Tints of Medium Carmine #B83F3A
RGB
CMYK
RGB Variations
Color information
#B83F3A (or 0xB83F3A) is known color: Medium Carmine. HEX triplet: B8, 3F and 3A. RGB value is (184,63,58). Sum of RGB (Red+Green+Blue) = 184+63+58=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F3A is #47C0C5. Grayscale: #626262. Windows color (decimal): -4702406 or 3817400. OLE color: 3817400.
HSL color Cylindrical-coordinate representation of color #B83F3A: hue angle of 2.38º 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 #B83F3A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 58 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.28 |
| HSL | 2.38º | 0.52% | 0.47% | - |
| HSV(B) | 2.38º | 0.68% | 0.72% | - |
| XYZ | 22.31 | 14.05 | 5.54 | - |
| YUV | 98.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 58 | 0 | 0.66 | 0.68 | 0.28 | 2.38 | 0.52 | 0.47 |
| Hex | B8 | 3F | 3A | 0 | 42 | 44 | 1C | 2 | 34 | 2F |
| Octal | 270 | 77 | 72 | 0 | 102 | 104 | 34 | 2 | 64 | 57 |
| Binary | 10111000 | 111111 | 111010 | 0 | 1000010 | 1000100 | 11100 | 10 | 110100 | 101111 |
Color Harmonies of #B83F3A
Complementary color
Monochromatic Colors of #B83F3A
Black with #B83F3A
Text Example
Text Example
White with #B83F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F3A; }
p { color: rgb(184,63,58); }
H1.HeaderClassName
{
color: #B83F3A;
}
.AnyTagClassName
{
color: #B83F3A;
}
</style>
background-color css
<style>
a { background-color: #B83F3A; }
a { background-color: rgb(184,63,58); }
div.DivClassName
{
background-color: #B83F3A;
}
.BgClassName
{
background-color: #B83F3A;
}
</style>
border-color css
<style>
span { border-color: #B83F3A; }
span { border-color: rgb(184,63,58); }
td.TdClassName
{
border-color: #B83F3A;
}
.TagClassName
{
border-color: #B83F3A;
}
</style>