Shades of Medium Carmine #B8352A
Tints of Medium Carmine #B8352A
RGB
CMYK
RGB Variations
Color information
#B8352A (or 0xB8352A) is known color: Medium Carmine. HEX triplet: B8, 35 and 2A. RGB value is (184,53,42). Sum of RGB (Red+Green+Blue) = 184+53+42=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8352A is #47CAD5. Grayscale: #5B5B5B. Windows color (decimal): -4704982 or 2766264. OLE color: 2766264.
HSL color Cylindrical-coordinate representation of color #B8352A: hue angle of 4.65º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8352A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 42 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.28 |
| HSL | 4.65º | 0.63% | 0.44% | - |
| HSV(B) | 4.65º | 0.77% | 0.72% | - |
| XYZ | 21.46 | 12.9 | 3.55 | - |
| YUV | 90.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 42 | 0 | 0.71 | 0.77 | 0.28 | 4.65 | 0.63 | 0.44 |
| Hex | B8 | 35 | 2A | 0 | 47 | 4D | 1C | 5 | 3F | 2C |
| Octal | 270 | 65 | 52 | 0 | 107 | 115 | 34 | 5 | 77 | 54 |
| Binary | 10111000 | 110101 | 101010 | 0 | 1000111 | 1001101 | 11100 | 101 | 111111 | 101100 |
Color Harmonies of #B8352A
Complementary color
Monochromatic Colors of #B8352A
Black with #B8352A
Text Example
Text Example
White with #B8352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8352A; }
p { color: rgb(184,53,42); }
H1.HeaderClassName
{
color: #B8352A;
}
.AnyTagClassName
{
color: #B8352A;
}
</style>
background-color css
<style>
a { background-color: #B8352A; }
a { background-color: rgb(184,53,42); }
div.DivClassName
{
background-color: #B8352A;
}
.BgClassName
{
background-color: #B8352A;
}
</style>
border-color css
<style>
span { border-color: #B8352A; }
span { border-color: rgb(184,53,42); }
td.TdClassName
{
border-color: #B8352A;
}
.TagClassName
{
border-color: #B8352A;
}
</style>