Shades of Medium Carmine #B2452F
Tints of Medium Carmine #B2452F
RGB
CMYK
RGB Variations
Color information
#B2452F (or 0xB2452F) is known color: Medium Carmine. HEX triplet: B2, 45 and 2F. RGB value is (178,69,47). Sum of RGB (Red+Green+Blue) = 178+69+47=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2452F is #4DBAD0. Grayscale: #636363. Windows color (decimal): -5094097 or 3098034. OLE color: 3098034.
HSL color Cylindrical-coordinate representation of color #B2452F: hue angle of 10.08º 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 #B2452F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 47 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.30 |
| HSL | 10.08º | 0.58% | 0.44% | - |
| HSV(B) | 10.08º | 0.74% | 0.7% | - |
| XYZ | 21 | 13.93 | 4.27 | - |
| YUV | 99.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 47 | 0 | 0.61 | 0.74 | 0.30 | 10.08 | 0.58 | 0.44 |
| Hex | B2 | 45 | 2F | 0 | 3D | 4A | 1E | A | 3A | 2C |
| Octal | 262 | 105 | 57 | 0 | 75 | 112 | 36 | 12 | 72 | 54 |
| Binary | 10110010 | 1000101 | 101111 | 0 | 111101 | 1001010 | 11110 | 1010 | 111010 | 101100 |
Color Harmonies of #B2452F
Complementary color
Monochromatic Colors of #B2452F
Black with #B2452F
Text Example
Text Example
White with #B2452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2452F; }
p { color: rgb(178,69,47); }
H1.HeaderClassName
{
color: #B2452F;
}
.AnyTagClassName
{
color: #B2452F;
}
</style>
background-color css
<style>
a { background-color: #B2452F; }
a { background-color: rgb(178,69,47); }
div.DivClassName
{
background-color: #B2452F;
}
.BgClassName
{
background-color: #B2452F;
}
</style>
border-color css
<style>
span { border-color: #B2452F; }
span { border-color: rgb(178,69,47); }
td.TdClassName
{
border-color: #B2452F;
}
.TagClassName
{
border-color: #B2452F;
}
</style>