Shades of Medium Carmine #B0402A
Tints of Medium Carmine #B0402A
RGB
CMYK
RGB Variations
Color information
#B0402A (or 0xB0402A) is known color: Medium Carmine. HEX triplet: B0, 40 and 2A. RGB value is (176,64,42). Sum of RGB (Red+Green+Blue) = 176+64+42=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B0402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0402A is #4FBFD5. Grayscale: #5F5F5F. Windows color (decimal): -5226454 or 2769072. OLE color: 2769072.
HSL color Cylindrical-coordinate representation of color #B0402A: hue angle of 9.85º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0402A is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 42 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.31 |
| HSL | 9.85º | 0.61% | 0.43% | - |
| HSV(B) | 9.85º | 0.76% | 0.69% | - |
| XYZ | 20.16 | 13.06 | 3.65 | - |
| YUV | 94.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 42 | 0 | 0.64 | 0.76 | 0.31 | 9.85 | 0.61 | 0.43 |
| Hex | B0 | 40 | 2A | 0 | 40 | 4C | 1F | A | 3D | 2B |
| Octal | 260 | 100 | 52 | 0 | 100 | 114 | 37 | 12 | 75 | 53 |
| Binary | 10110000 | 1000000 | 101010 | 0 | 1000000 | 1001100 | 11111 | 1010 | 111101 | 101011 |
Color Harmonies of #B0402A
Complementary color
Monochromatic Colors of #B0402A
Black with #B0402A
Text Example
Text Example
White with #B0402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0402A; }
p { color: rgb(176,64,42); }
H1.HeaderClassName
{
color: #B0402A;
}
.AnyTagClassName
{
color: #B0402A;
}
</style>
background-color css
<style>
a { background-color: #B0402A; }
a { background-color: rgb(176,64,42); }
div.DivClassName
{
background-color: #B0402A;
}
.BgClassName
{
background-color: #B0402A;
}
</style>
border-color css
<style>
span { border-color: #B0402A; }
span { border-color: rgb(176,64,42); }
td.TdClassName
{
border-color: #B0402A;
}
.TagClassName
{
border-color: #B0402A;
}
</style>