Shades of Cardinal #B10D32
Tints of Cardinal #B10D32
RGB
CMYK
RGB Variations
Color information
#B10D32 (or 0xB10D32) is known color: Cardinal. HEX triplet: B1, 0D and 32. RGB value is (177,13,50). Sum of RGB (Red+Green+Blue) = 177+13+50=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D32 is #4EF2CD. Grayscale: #424242. Windows color (decimal): -5173966 or 3280305. OLE color: 3280305.
HSL color Cylindrical-coordinate representation of color #B10D32: hue angle of 346.46º 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 #B10D32 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 50 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.31 |
| HSL | 346.46º | 0.86% | 0.37% | - |
| HSV(B) | 346.46º | 0.93% | 0.69% | - |
| XYZ | 18.85 | 9.87 | 3.93 | - |
| YUV | 66.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 50 | 0 | 0.93 | 0.72 | 0.31 | 346.46 | 0.86 | 0.37 |
| Hex | B1 | D | 32 | 0 | 5D | 48 | 1F | 15A | 56 | 25 |
| Octal | 261 | 15 | 62 | 0 | 135 | 110 | 37 | 532 | 126 | 45 |
| Binary | 10110001 | 1101 | 110010 | 0 | 1011101 | 1001000 | 11111 | 101011010 | 1010110 | 100101 |
Color Harmonies of #B10D32
Complementary color
Monochromatic Colors of #B10D32
Black with #B10D32
Text Example
Text Example
White with #B10D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D32; }
p { color: rgb(177,13,50); }
H1.HeaderClassName
{
color: #B10D32;
}
.AnyTagClassName
{
color: #B10D32;
}
</style>
background-color css
<style>
a { background-color: #B10D32; }
a { background-color: rgb(177,13,50); }
div.DivClassName
{
background-color: #B10D32;
}
.BgClassName
{
background-color: #B10D32;
}
</style>
border-color css
<style>
span { border-color: #B10D32; }
span { border-color: rgb(177,13,50); }
td.TdClassName
{
border-color: #B10D32;
}
.TagClassName
{
border-color: #B10D32;
}
</style>