Shades of Cardinal #B10C2B
Tints of Cardinal #B10C2B
RGB
CMYK
RGB Variations
Color information
#B10C2B (or 0xB10C2B) is known color: Cardinal. HEX triplet: B1, 0C and 2B. RGB value is (177,12,43). Sum of RGB (Red+Green+Blue) = 177+12+43=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C2B is #4EF3D4. Grayscale: #404040. Windows color (decimal): -5174229 or 2821297. OLE color: 2821297.
HSL color Cylindrical-coordinate representation of color #B10C2B: hue angle of 348.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C2B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 43 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.31 |
| HSL | 348.73º | 0.87% | 0.37% | - |
| HSV(B) | 348.73º | 0.93% | 0.69% | - |
| XYZ | 18.7 | 9.78 | 3.19 | - |
| YUV | 64.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 43 | 0 | 0.93 | 0.76 | 0.31 | 348.73 | 0.87 | 0.37 |
| Hex | B1 | C | 2B | 0 | 5D | 4C | 1F | 15D | 57 | 25 |
| Octal | 261 | 14 | 53 | 0 | 135 | 114 | 37 | 535 | 127 | 45 |
| Binary | 10110001 | 1100 | 101011 | 0 | 1011101 | 1001100 | 11111 | 101011101 | 1010111 | 100101 |
Color Harmonies of #B10C2B
Complementary color
Monochromatic Colors of #B10C2B
Black with #B10C2B
Text Example
Text Example
White with #B10C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C2B; }
p { color: rgb(177,12,43); }
H1.HeaderClassName
{
color: #B10C2B;
}
.AnyTagClassName
{
color: #B10C2B;
}
</style>
background-color css
<style>
a { background-color: #B10C2B; }
a { background-color: rgb(177,12,43); }
div.DivClassName
{
background-color: #B10C2B;
}
.BgClassName
{
background-color: #B10C2B;
}
</style>
border-color css
<style>
span { border-color: #B10C2B; }
span { border-color: rgb(177,12,43); }
td.TdClassName
{
border-color: #B10C2B;
}
.TagClassName
{
border-color: #B10C2B;
}
</style>