Shades of Cardinal #B10D3C
Tints of Cardinal #B10D3C
RGB
CMYK
RGB Variations
Color information
#B10D3C (or 0xB10D3C) is known color: Cardinal. HEX triplet: B1, 0D and 3C. RGB value is (177,13,60). Sum of RGB (Red+Green+Blue) = 177+13+60=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D3C is #4EF2C3. Grayscale: #434343. Windows color (decimal): -5173956 or 3935665. OLE color: 3935665.
HSL color Cylindrical-coordinate representation of color #B10D3C: hue angle of 342.8º degrees, saturation: 0.86, 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 #B10D3C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.31 |
| HSL | 342.8º | 0.86% | 0.37% | - |
| HSV(B) | 342.8º | 0.93% | 0.69% | - |
| XYZ | 19.09 | 9.96 | 5.19 | - |
| YUV | 67.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 60 | 0 | 0.93 | 0.66 | 0.31 | 342.8 | 0.86 | 0.37 |
| Hex | B1 | D | 3C | 0 | 5D | 42 | 1F | 157 | 56 | 25 |
| Octal | 261 | 15 | 74 | 0 | 135 | 102 | 37 | 527 | 126 | 45 |
| Binary | 10110001 | 1101 | 111100 | 0 | 1011101 | 1000010 | 11111 | 101010111 | 1010110 | 100101 |
Color Harmonies of #B10D3C
Complementary color
Monochromatic Colors of #B10D3C
Black with #B10D3C
Text Example
Text Example
White with #B10D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D3C; }
p { color: rgb(177,13,60); }
H1.HeaderClassName
{
color: #B10D3C;
}
.AnyTagClassName
{
color: #B10D3C;
}
</style>
background-color css
<style>
a { background-color: #B10D3C; }
a { background-color: rgb(177,13,60); }
div.DivClassName
{
background-color: #B10D3C;
}
.BgClassName
{
background-color: #B10D3C;
}
</style>
border-color css
<style>
span { border-color: #B10D3C; }
span { border-color: rgb(177,13,60); }
td.TdClassName
{
border-color: #B10D3C;
}
.TagClassName
{
border-color: #B10D3C;
}
</style>