Shades of Carmine #B0022D
Tints of Carmine #B0022D
RGB
CMYK
RGB Variations
Color information
#B0022D (or 0xB0022D) is known color: Carmine. HEX triplet: B0, 02 and 2D. RGB value is (176,2,45). Sum of RGB (Red+Green+Blue) = 176+2+45=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0022D is #4FFDD2. Grayscale: #3A3A3A. Windows color (decimal): -5242323 or 2949808. OLE color: 2949808.
HSL color Cylindrical-coordinate representation of color #B0022D: hue angle of 345.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0022D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.31 |
| HSL | 345.17º | 0.98% | 0.35% | - |
| HSV(B) | 345.17º | 0.99% | 0.69% | - |
| XYZ | 18.4 | 9.46 | 3.34 | - |
| YUV | 58.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 45 | 0 | 0.99 | 0.74 | 0.31 | 345.17 | 0.98 | 0.35 |
| Hex | B0 | 2 | 2D | 0 | 63 | 4A | 1F | 159 | 62 | 23 |
| Octal | 260 | 2 | 55 | 0 | 143 | 112 | 37 | 531 | 142 | 43 |
| Binary | 10110000 | 10 | 101101 | 0 | 1100011 | 1001010 | 11111 | 101011001 | 1100010 | 100011 |
Color Harmonies of #B0022D
Complementary color
Monochromatic Colors of #B0022D
Black with #B0022D
Text Example
Text Example
White with #B0022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0022D; }
p { color: rgb(176,2,45); }
H1.HeaderClassName
{
color: #B0022D;
}
.AnyTagClassName
{
color: #B0022D;
}
</style>
background-color css
<style>
a { background-color: #B0022D; }
a { background-color: rgb(176,2,45); }
div.DivClassName
{
background-color: #B0022D;
}
.BgClassName
{
background-color: #B0022D;
}
</style>
border-color css
<style>
span { border-color: #B0022D; }
span { border-color: rgb(176,2,45); }
td.TdClassName
{
border-color: #B0022D;
}
.TagClassName
{
border-color: #B0022D;
}
</style>