Shades of Cardinal #B10C3F
Tints of Cardinal #B10C3F
RGB
CMYK
RGB Variations
Color information
#B10C3F (or 0xB10C3F) is known color: Cardinal. HEX triplet: B1, 0C and 3F. RGB value is (177,12,63). Sum of RGB (Red+Green+Blue) = 177+12+63=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C3F is #4EF3C0. Grayscale: #434343. Windows color (decimal): -5174209 or 4132017. OLE color: 4132017.
HSL color Cylindrical-coordinate representation of color #B10C3F: hue angle of 341.45º 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 #B10C3F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 63 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.31 |
| HSL | 341.45º | 0.87% | 0.37% | - |
| HSV(B) | 341.45º | 0.93% | 0.69% | - |
| XYZ | 19.16 | 9.97 | 5.62 | - |
| YUV | 67.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 63 | 0 | 0.93 | 0.64 | 0.31 | 341.45 | 0.87 | 0.37 |
| Hex | B1 | C | 3F | 0 | 5D | 40 | 1F | 155 | 57 | 25 |
| Octal | 261 | 14 | 77 | 0 | 135 | 100 | 37 | 525 | 127 | 45 |
| Binary | 10110001 | 1100 | 111111 | 0 | 1011101 | 1000000 | 11111 | 101010101 | 1010111 | 100101 |
Color Harmonies of #B10C3F
Complementary color
Monochromatic Colors of #B10C3F
Black with #B10C3F
Text Example
Text Example
White with #B10C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C3F; }
p { color: rgb(177,12,63); }
H1.HeaderClassName
{
color: #B10C3F;
}
.AnyTagClassName
{
color: #B10C3F;
}
</style>
background-color css
<style>
a { background-color: #B10C3F; }
a { background-color: rgb(177,12,63); }
div.DivClassName
{
background-color: #B10C3F;
}
.BgClassName
{
background-color: #B10C3F;
}
</style>
border-color css
<style>
span { border-color: #B10C3F; }
span { border-color: rgb(177,12,63); }
td.TdClassName
{
border-color: #B10C3F;
}
.TagClassName
{
border-color: #B10C3F;
}
</style>