Shades of Medium Carmine #B2442A
Tints of Medium Carmine #B2442A
RGB
CMYK
RGB Variations
Color information
#B2442A (or 0xB2442A) is known color: Medium Carmine. HEX triplet: B2, 44 and 2A. RGB value is (178,68,42). Sum of RGB (Red+Green+Blue) = 178+68+42=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2442A is #4DBBD5. Grayscale: #626262. Windows color (decimal): -5094358 or 2770098. OLE color: 2770098.
HSL color Cylindrical-coordinate representation of color #B2442A: hue angle of 11.47º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2442A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 42 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.30 |
| HSL | 11.47º | 0.62% | 0.43% | - |
| HSV(B) | 11.47º | 0.76% | 0.7% | - |
| XYZ | 20.85 | 13.77 | 3.75 | - |
| YUV | 97.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 42 | 0 | 0.62 | 0.76 | 0.30 | 11.47 | 0.62 | 0.43 |
| Hex | B2 | 44 | 2A | 0 | 3E | 4C | 1E | B | 3E | 2B |
| Octal | 262 | 104 | 52 | 0 | 76 | 114 | 36 | 13 | 76 | 53 |
| Binary | 10110010 | 1000100 | 101010 | 0 | 111110 | 1001100 | 11110 | 1011 | 111110 | 101011 |
Color Harmonies of #B2442A
Complementary color
Monochromatic Colors of #B2442A
Black with #B2442A
Text Example
Text Example
White with #B2442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2442A; }
p { color: rgb(178,68,42); }
H1.HeaderClassName
{
color: #B2442A;
}
.AnyTagClassName
{
color: #B2442A;
}
</style>
background-color css
<style>
a { background-color: #B2442A; }
a { background-color: rgb(178,68,42); }
div.DivClassName
{
background-color: #B2442A;
}
.BgClassName
{
background-color: #B2442A;
}
</style>
border-color css
<style>
span { border-color: #B2442A; }
span { border-color: rgb(178,68,42); }
td.TdClassName
{
border-color: #B2442A;
}
.TagClassName
{
border-color: #B2442A;
}
</style>