Shades of Cardinal #B10E34
Tints of Cardinal #B10E34
RGB
CMYK
RGB Variations
Color information
#B10E34 (or 0xB10E34) is known color: Cardinal. HEX triplet: B1, 0E and 34. RGB value is (177,14,52). Sum of RGB (Red+Green+Blue) = 177+14+52=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E34 is #4EF1CB. Grayscale: #434343. Windows color (decimal): -5173708 or 3411633. OLE color: 3411633.
HSL color Cylindrical-coordinate representation of color #B10E34: hue angle of 346.01º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E34 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 52 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.31 |
| HSL | 346.01º | 0.85% | 0.37% | - |
| HSV(B) | 346.01º | 0.92% | 0.69% | - |
| XYZ | 18.91 | 9.91 | 4.16 | - |
| YUV | 67.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 52 | 0 | 0.92 | 0.71 | 0.31 | 346.01 | 0.85 | 0.37 |
| Hex | B1 | E | 34 | 0 | 5C | 47 | 1F | 15A | 55 | 25 |
| Octal | 261 | 16 | 64 | 0 | 134 | 107 | 37 | 532 | 125 | 45 |
| Binary | 10110001 | 1110 | 110100 | 0 | 1011100 | 1000111 | 11111 | 101011010 | 1010101 | 100101 |
Color Harmonies of #B10E34
Complementary color
Monochromatic Colors of #B10E34
Black with #B10E34
Text Example
Text Example
White with #B10E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E34; }
p { color: rgb(177,14,52); }
H1.HeaderClassName
{
color: #B10E34;
}
.AnyTagClassName
{
color: #B10E34;
}
</style>
background-color css
<style>
a { background-color: #B10E34; }
a { background-color: rgb(177,14,52); }
div.DivClassName
{
background-color: #B10E34;
}
.BgClassName
{
background-color: #B10E34;
}
</style>
border-color css
<style>
span { border-color: #B10E34; }
span { border-color: rgb(177,14,52); }
td.TdClassName
{
border-color: #B10E34;
}
.TagClassName
{
border-color: #B10E34;
}
</style>