Shades of Medium Carmine #B83A3A
Tints of Medium Carmine #B83A3A
RGB
CMYK
RGB Variations
Color information
#B83A3A (or 0xB83A3A) is known color: Medium Carmine. HEX triplet: B8, 3A and 3A. RGB value is (184,58,58). Sum of RGB (Red+Green+Blue) = 184+58+58=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A3A is #47C5C5. Grayscale: #5F5F5F. Windows color (decimal): -4703686 or 3816120. OLE color: 3816120.
HSL color Cylindrical-coordinate representation of color #B83A3A: hue angle of 0º 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 #B83A3A is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 58 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.28 |
| HSL | 0º | 0.52% | 0.47% | - |
| HSV(B) | 0º | 0.68% | 0.72% | - |
| XYZ | 22.04 | 13.52 | 5.45 | - |
| YUV | 95.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 58 | 0 | 0.68 | 0.68 | 0.28 | 0 | 0.52 | 0.47 |
| Hex | B8 | 3A | 3A | 0 | 44 | 44 | 1C | 0 | 34 | 2F |
| Octal | 270 | 72 | 72 | 0 | 104 | 104 | 34 | 0 | 64 | 57 |
| Binary | 10111000 | 111010 | 111010 | 0 | 1000100 | 1000100 | 11100 | 0 | 110100 | 101111 |
Color Harmonies of #B83A3A
Complementary color
Monochromatic Colors of #B83A3A
Black with #B83A3A
Text Example
Text Example
White with #B83A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A3A; }
p { color: rgb(184,58,58); }
H1.HeaderClassName
{
color: #B83A3A;
}
.AnyTagClassName
{
color: #B83A3A;
}
</style>
background-color css
<style>
a { background-color: #B83A3A; }
a { background-color: rgb(184,58,58); }
div.DivClassName
{
background-color: #B83A3A;
}
.BgClassName
{
background-color: #B83A3A;
}
</style>
border-color css
<style>
span { border-color: #B83A3A; }
span { border-color: rgb(184,58,58); }
td.TdClassName
{
border-color: #B83A3A;
}
.TagClassName
{
border-color: #B83A3A;
}
</style>