Shades of Cardinal #B10A32
Tints of Cardinal #B10A32
RGB
CMYK
RGB Variations
Color information
#B10A32 (or 0xB10A32) is known color: Cardinal. HEX triplet: B1, 0A and 32. RGB value is (177,10,50). Sum of RGB (Red+Green+Blue) = 177+10+50=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A32 is #4EF5CD. Grayscale: #404040. Windows color (decimal): -5174734 or 3279537. OLE color: 3279537.
HSL color Cylindrical-coordinate representation of color #B10A32: hue angle of 345.63º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A32 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 50 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.31 |
| HSL | 345.63º | 0.89% | 0.37% | - |
| HSV(B) | 345.63º | 0.94% | 0.69% | - |
| XYZ | 18.82 | 9.79 | 3.92 | - |
| YUV | 64.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 50 | 0 | 0.94 | 0.72 | 0.31 | 345.63 | 0.89 | 0.37 |
| Hex | B1 | A | 32 | 0 | 5E | 48 | 1F | 15A | 59 | 25 |
| Octal | 261 | 12 | 62 | 0 | 136 | 110 | 37 | 532 | 131 | 45 |
| Binary | 10110001 | 1010 | 110010 | 0 | 1011110 | 1001000 | 11111 | 101011010 | 1011001 | 100101 |
Color Harmonies of #B10A32
Complementary color
Monochromatic Colors of #B10A32
Black with #B10A32
Text Example
Text Example
White with #B10A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A32; }
p { color: rgb(177,10,50); }
H1.HeaderClassName
{
color: #B10A32;
}
.AnyTagClassName
{
color: #B10A32;
}
</style>
background-color css
<style>
a { background-color: #B10A32; }
a { background-color: rgb(177,10,50); }
div.DivClassName
{
background-color: #B10A32;
}
.BgClassName
{
background-color: #B10A32;
}
</style>
border-color css
<style>
span { border-color: #B10A32; }
span { border-color: rgb(177,10,50); }
td.TdClassName
{
border-color: #B10A32;
}
.TagClassName
{
border-color: #B10A32;
}
</style>