Shades of Cardinal #B10C2D
Tints of Cardinal #B10C2D
RGB
CMYK
RGB Variations
Color information
#B10C2D (or 0xB10C2D) is known color: Cardinal. HEX triplet: B1, 0C and 2D. RGB value is (177,12,45). Sum of RGB (Red+Green+Blue) = 177+12+45=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C2D is #4EF3D2. Grayscale: #414141. Windows color (decimal): -5174227 or 2952369. OLE color: 2952369.
HSL color Cylindrical-coordinate representation of color #B10C2D: hue angle of 348º 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 #B10C2D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 45 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.31 |
| HSL | 348º | 0.87% | 0.37% | - |
| HSV(B) | 348º | 0.93% | 0.69% | - |
| XYZ | 18.74 | 9.8 | 3.39 | - |
| YUV | 65.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 45 | 0 | 0.93 | 0.75 | 0.31 | 348 | 0.87 | 0.37 |
| Hex | B1 | C | 2D | 0 | 5D | 4B | 1F | 15C | 57 | 25 |
| Octal | 261 | 14 | 55 | 0 | 135 | 113 | 37 | 534 | 127 | 45 |
| Binary | 10110001 | 1100 | 101101 | 0 | 1011101 | 1001011 | 11111 | 101011100 | 1010111 | 100101 |
Color Harmonies of #B10C2D
Complementary color
Monochromatic Colors of #B10C2D
Black with #B10C2D
Text Example
Text Example
White with #B10C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C2D; }
p { color: rgb(177,12,45); }
H1.HeaderClassName
{
color: #B10C2D;
}
.AnyTagClassName
{
color: #B10C2D;
}
</style>
background-color css
<style>
a { background-color: #B10C2D; }
a { background-color: rgb(177,12,45); }
div.DivClassName
{
background-color: #B10C2D;
}
.BgClassName
{
background-color: #B10C2D;
}
</style>
border-color css
<style>
span { border-color: #B10C2D; }
span { border-color: rgb(177,12,45); }
td.TdClassName
{
border-color: #B10C2D;
}
.TagClassName
{
border-color: #B10C2D;
}
</style>