Shades of Cardinal #B10E3C
Tints of Cardinal #B10E3C
RGB
CMYK
RGB Variations
Color information
#B10E3C (or 0xB10E3C) is known color: Cardinal. HEX triplet: B1, 0E and 3C. RGB value is (177,14,60). Sum of RGB (Red+Green+Blue) = 177+14+60=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E3C is #4EF1C3. Grayscale: #434343. Windows color (decimal): -5173700 or 3935921. OLE color: 3935921.
HSL color Cylindrical-coordinate representation of color #B10E3C: hue angle of 343.07º 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 #B10E3C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 60 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.31 |
| HSL | 343.07º | 0.85% | 0.37% | - |
| HSV(B) | 343.07º | 0.92% | 0.69% | - |
| XYZ | 19.1 | 9.99 | 5.2 | - |
| YUV | 67.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 60 | 0 | 0.92 | 0.66 | 0.31 | 343.07 | 0.85 | 0.37 |
| Hex | B1 | E | 3C | 0 | 5C | 42 | 1F | 157 | 55 | 25 |
| Octal | 261 | 16 | 74 | 0 | 134 | 102 | 37 | 527 | 125 | 45 |
| Binary | 10110001 | 1110 | 111100 | 0 | 1011100 | 1000010 | 11111 | 101010111 | 1010101 | 100101 |
Color Harmonies of #B10E3C
Complementary color
Monochromatic Colors of #B10E3C
Black with #B10E3C
Text Example
Text Example
White with #B10E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E3C; }
p { color: rgb(177,14,60); }
H1.HeaderClassName
{
color: #B10E3C;
}
.AnyTagClassName
{
color: #B10E3C;
}
</style>
background-color css
<style>
a { background-color: #B10E3C; }
a { background-color: rgb(177,14,60); }
div.DivClassName
{
background-color: #B10E3C;
}
.BgClassName
{
background-color: #B10E3C;
}
</style>
border-color css
<style>
span { border-color: #B10E3C; }
span { border-color: rgb(177,14,60); }
td.TdClassName
{
border-color: #B10E3C;
}
.TagClassName
{
border-color: #B10E3C;
}
</style>