Shades of Medium Carmine #B03A27
Tints of Medium Carmine #B03A27
RGB
CMYK
RGB Variations
Color information
#B03A27 (or 0xB03A27) is known color: Medium Carmine. HEX triplet: B0, 3A and 27. RGB value is (176,58,39). Sum of RGB (Red+Green+Blue) = 176+58+39=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A27 is #4FC5D8. Grayscale: #5B5B5B. Windows color (decimal): -5227993 or 2570928. OLE color: 2570928.
HSL color Cylindrical-coordinate representation of color #B03A27: hue angle of 8.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B03A27 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 39 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.31 |
| HSL | 8.32º | 0.64% | 0.42% | - |
| HSV(B) | 8.32º | 0.78% | 0.69% | - |
| XYZ | 19.78 | 12.4 | 3.27 | - |
| YUV | 91.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 39 | 0 | 0.67 | 0.78 | 0.31 | 8.32 | 0.64 | 0.42 |
| Hex | B0 | 3A | 27 | 0 | 43 | 4E | 1F | 8 | 40 | 2A |
| Octal | 260 | 72 | 47 | 0 | 103 | 116 | 37 | 10 | 100 | 52 |
| Binary | 10110000 | 111010 | 100111 | 0 | 1000011 | 1001110 | 11111 | 1000 | 1000000 | 101010 |
Color Harmonies of #B03A27
Complementary color
Monochromatic Colors of #B03A27
Black with #B03A27
Text Example
Text Example
White with #B03A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A27; }
p { color: rgb(176,58,39); }
H1.HeaderClassName
{
color: #B03A27;
}
.AnyTagClassName
{
color: #B03A27;
}
</style>
background-color css
<style>
a { background-color: #B03A27; }
a { background-color: rgb(176,58,39); }
div.DivClassName
{
background-color: #B03A27;
}
.BgClassName
{
background-color: #B03A27;
}
</style>
border-color css
<style>
span { border-color: #B03A27; }
span { border-color: rgb(176,58,39); }
td.TdClassName
{
border-color: #B03A27;
}
.TagClassName
{
border-color: #B03A27;
}
</style>