Shades of Medium Carmine #B4423B
Tints of Medium Carmine #B4423B
RGB
CMYK
RGB Variations
Color information
#B4423B (or 0xB4423B) is known color: Medium Carmine. HEX triplet: B4, 42 and 3B. RGB value is (180,66,59). Sum of RGB (Red+Green+Blue) = 180+66+59=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4423B is #4BBDC4. Grayscale: #636363. Windows color (decimal): -4963781 or 3883700. OLE color: 3883700.
HSL color Cylindrical-coordinate representation of color #B4423B: hue angle of 3.47º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4423B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 59 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.29 |
| HSL | 3.47º | 0.51% | 0.47% | - |
| HSV(B) | 3.47º | 0.67% | 0.71% | - |
| XYZ | 21.56 | 13.92 | 5.69 | - |
| YUV | 99.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 59 | 0 | 0.63 | 0.67 | 0.29 | 3.47 | 0.51 | 0.47 |
| Hex | B4 | 42 | 3B | 0 | 3F | 43 | 1D | 3 | 33 | 2F |
| Octal | 264 | 102 | 73 | 0 | 77 | 103 | 35 | 3 | 63 | 57 |
| Binary | 10110100 | 1000010 | 111011 | 0 | 111111 | 1000011 | 11101 | 11 | 110011 | 101111 |
Color Harmonies of #B4423B
Complementary color
Monochromatic Colors of #B4423B
Black with #B4423B
Text Example
Text Example
White with #B4423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4423B; }
p { color: rgb(180,66,59); }
H1.HeaderClassName
{
color: #B4423B;
}
.AnyTagClassName
{
color: #B4423B;
}
</style>
background-color css
<style>
a { background-color: #B4423B; }
a { background-color: rgb(180,66,59); }
div.DivClassName
{
background-color: #B4423B;
}
.BgClassName
{
background-color: #B4423B;
}
</style>
border-color css
<style>
span { border-color: #B4423B; }
span { border-color: rgb(180,66,59); }
td.TdClassName
{
border-color: #B4423B;
}
.TagClassName
{
border-color: #B4423B;
}
</style>