Shades of Cardinal #B10132
Tints of Cardinal #B10132
RGB
CMYK
RGB Variations
Color information
#B10132 (or 0xB10132) is known color: Cardinal. HEX triplet: B1, 01 and 32. RGB value is (177,1,50). Sum of RGB (Red+Green+Blue) = 177+1+50=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B10132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10132 is #4EFECD. Grayscale: #3B3B3B. Windows color (decimal): -5177038 or 3277233. OLE color: 3277233.
HSL color Cylindrical-coordinate representation of color #B10132: hue angle of 343.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10132 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.31 |
| HSL | 343.3º | 0.99% | 0.35% | - |
| HSV(B) | 343.3º | 0.99% | 0.69% | - |
| XYZ | 18.72 | 9.6 | 3.88 | - |
| YUV | 59.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 50 | 0 | 0.99 | 0.72 | 0.31 | 343.3 | 0.99 | 0.35 |
| Hex | B1 | 1 | 32 | 0 | 63 | 48 | 1F | 157 | 63 | 23 |
| Octal | 261 | 1 | 62 | 0 | 143 | 110 | 37 | 527 | 143 | 43 |
| Binary | 10110001 | 1 | 110010 | 0 | 1100011 | 1001000 | 11111 | 101010111 | 1100011 | 100011 |
Color Harmonies of #B10132
Complementary color
Monochromatic Colors of #B10132
Black with #B10132
Text Example
Text Example
White with #B10132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10132; }
p { color: rgb(177,1,50); }
H1.HeaderClassName
{
color: #B10132;
}
.AnyTagClassName
{
color: #B10132;
}
</style>
background-color css
<style>
a { background-color: #B10132; }
a { background-color: rgb(177,1,50); }
div.DivClassName
{
background-color: #B10132;
}
.BgClassName
{
background-color: #B10132;
}
</style>
border-color css
<style>
span { border-color: #B10132; }
span { border-color: rgb(177,1,50); }
td.TdClassName
{
border-color: #B10132;
}
.TagClassName
{
border-color: #B10132;
}
</style>