Shades of Medium Carmine #B43F28
Tints of Medium Carmine #B43F28
RGB
CMYK
RGB Variations
Color information
#B43F28 (or 0xB43F28) is known color: Medium Carmine. HEX triplet: B4, 3F and 28. RGB value is (180,63,40). Sum of RGB (Red+Green+Blue) = 180+63+40=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F28 is #4BC0D7. Grayscale: #5F5F5F. Windows color (decimal): -4964568 or 2637748. OLE color: 2637748.
HSL color Cylindrical-coordinate representation of color #B43F28: hue angle of 9.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B43F28 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 40 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.29 |
| HSL | 9.86º | 0.64% | 0.43% | - |
| HSV(B) | 9.86º | 0.78% | 0.71% | - |
| XYZ | 20.98 | 13.41 | 3.49 | - |
| YUV | 95.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 40 | 0 | 0.65 | 0.78 | 0.29 | 9.86 | 0.64 | 0.43 |
| Hex | B4 | 3F | 28 | 0 | 41 | 4E | 1D | A | 40 | 2B |
| Octal | 264 | 77 | 50 | 0 | 101 | 116 | 35 | 12 | 100 | 53 |
| Binary | 10110100 | 111111 | 101000 | 0 | 1000001 | 1001110 | 11101 | 1010 | 1000000 | 101011 |
Color Harmonies of #B43F28
Complementary color
Monochromatic Colors of #B43F28
Black with #B43F28
Text Example
Text Example
White with #B43F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F28; }
p { color: rgb(180,63,40); }
H1.HeaderClassName
{
color: #B43F28;
}
.AnyTagClassName
{
color: #B43F28;
}
</style>
background-color css
<style>
a { background-color: #B43F28; }
a { background-color: rgb(180,63,40); }
div.DivClassName
{
background-color: #B43F28;
}
.BgClassName
{
background-color: #B43F28;
}
</style>
border-color css
<style>
span { border-color: #B43F28; }
span { border-color: rgb(180,63,40); }
td.TdClassName
{
border-color: #B43F28;
}
.TagClassName
{
border-color: #B43F28;
}
</style>