Shades of Cardinal #B10D2D
Tints of Cardinal #B10D2D
RGB
CMYK
RGB Variations
Color information
#B10D2D (or 0xB10D2D) is known color: Cardinal. HEX triplet: B1, 0D and 2D. RGB value is (177,13,45). Sum of RGB (Red+Green+Blue) = 177+13+45=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D2D is #4EF2D2. Grayscale: #414141. Windows color (decimal): -5173971 or 2952625. OLE color: 2952625.
HSL color Cylindrical-coordinate representation of color #B10D2D: hue angle of 348.29º 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 #B10D2D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.31 |
| HSL | 348.29º | 0.86% | 0.37% | - |
| HSV(B) | 348.29º | 0.93% | 0.69% | - |
| XYZ | 18.75 | 9.82 | 3.39 | - |
| YUV | 65.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 45 | 0 | 0.93 | 0.75 | 0.31 | 348.29 | 0.86 | 0.37 |
| Hex | B1 | D | 2D | 0 | 5D | 4B | 1F | 15C | 56 | 25 |
| Octal | 261 | 15 | 55 | 0 | 135 | 113 | 37 | 534 | 126 | 45 |
| Binary | 10110001 | 1101 | 101101 | 0 | 1011101 | 1001011 | 11111 | 101011100 | 1010110 | 100101 |
Color Harmonies of #B10D2D
Complementary color
Monochromatic Colors of #B10D2D
Black with #B10D2D
Text Example
Text Example
White with #B10D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D2D; }
p { color: rgb(177,13,45); }
H1.HeaderClassName
{
color: #B10D2D;
}
.AnyTagClassName
{
color: #B10D2D;
}
</style>
background-color css
<style>
a { background-color: #B10D2D; }
a { background-color: rgb(177,13,45); }
div.DivClassName
{
background-color: #B10D2D;
}
.BgClassName
{
background-color: #B10D2D;
}
</style>
border-color css
<style>
span { border-color: #B10D2D; }
span { border-color: rgb(177,13,45); }
td.TdClassName
{
border-color: #B10D2D;
}
.TagClassName
{
border-color: #B10D2D;
}
</style>