Shades of Medium Carmine #B2422F
Tints of Medium Carmine #B2422F
RGB
CMYK
RGB Variations
Color information
#B2422F (or 0xB2422F) is known color: Medium Carmine. HEX triplet: B2, 42 and 2F. RGB value is (178,66,47). Sum of RGB (Red+Green+Blue) = 178+66+47=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2422F is #4DBDD0. Grayscale: #616161. Windows color (decimal): -5094865 or 3097266. OLE color: 3097266.
HSL color Cylindrical-coordinate representation of color #B2422F: hue angle of 8.7º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2422F is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 47 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.30 |
| HSL | 8.7º | 0.58% | 0.44% | - |
| HSV(B) | 8.7º | 0.74% | 0.7% | - |
| XYZ | 20.82 | 13.57 | 4.21 | - |
| YUV | 97.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 47 | 0 | 0.63 | 0.74 | 0.30 | 8.7 | 0.58 | 0.44 |
| Hex | B2 | 42 | 2F | 0 | 3F | 4A | 1E | 9 | 3A | 2C |
| Octal | 262 | 102 | 57 | 0 | 77 | 112 | 36 | 11 | 72 | 54 |
| Binary | 10110010 | 1000010 | 101111 | 0 | 111111 | 1001010 | 11110 | 1001 | 111010 | 101100 |
Color Harmonies of #B2422F
Complementary color
Monochromatic Colors of #B2422F
Black with #B2422F
Text Example
Text Example
White with #B2422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2422F; }
p { color: rgb(178,66,47); }
H1.HeaderClassName
{
color: #B2422F;
}
.AnyTagClassName
{
color: #B2422F;
}
</style>
background-color css
<style>
a { background-color: #B2422F; }
a { background-color: rgb(178,66,47); }
div.DivClassName
{
background-color: #B2422F;
}
.BgClassName
{
background-color: #B2422F;
}
</style>
border-color css
<style>
span { border-color: #B2422F; }
span { border-color: rgb(178,66,47); }
td.TdClassName
{
border-color: #B2422F;
}
.TagClassName
{
border-color: #B2422F;
}
</style>