Shades of Cardinal #B1192B
Tints of Cardinal #B1192B
RGB
CMYK
RGB Variations
Color information
#B1192B (or 0xB1192B) is known color: Cardinal. HEX triplet: B1, 19 and 2B. RGB value is (177,25,43). Sum of RGB (Red+Green+Blue) = 177+25+43=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1192B is #4EE6D4. Grayscale: #484848. Windows color (decimal): -5170901 or 2824625. OLE color: 2824625.
HSL color Cylindrical-coordinate representation of color #B1192B: hue angle of 352.89º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1192B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 43 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.31 |
| HSL | 352.89º | 0.75% | 0.4% | - |
| HSV(B) | 352.89º | 0.86% | 0.69% | - |
| XYZ | 18.92 | 10.22 | 3.26 | - |
| YUV | 72.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 43 | 0 | 0.86 | 0.76 | 0.31 | 352.89 | 0.75 | 0.4 |
| Hex | B1 | 19 | 2B | 0 | 56 | 4C | 1F | 161 | 4B | 28 |
| Octal | 261 | 31 | 53 | 0 | 126 | 114 | 37 | 541 | 113 | 50 |
| Binary | 10110001 | 11001 | 101011 | 0 | 1010110 | 1001100 | 11111 | 101100001 | 1001011 | 101000 |
Color Harmonies of #B1192B
Complementary color
Monochromatic Colors of #B1192B
Black with #B1192B
Text Example
Text Example
White with #B1192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1192B; }
p { color: rgb(177,25,43); }
H1.HeaderClassName
{
color: #B1192B;
}
.AnyTagClassName
{
color: #B1192B;
}
</style>
background-color css
<style>
a { background-color: #B1192B; }
a { background-color: rgb(177,25,43); }
div.DivClassName
{
background-color: #B1192B;
}
.BgClassName
{
background-color: #B1192B;
}
</style>
border-color css
<style>
span { border-color: #B1192B; }
span { border-color: rgb(177,25,43); }
td.TdClassName
{
border-color: #B1192B;
}
.TagClassName
{
border-color: #B1192B;
}
</style>