Shades of Cardinal #B11935
Tints of Cardinal #B11935
RGB
CMYK
RGB Variations
Color information
#B11935 (or 0xB11935) is known color: Cardinal. HEX triplet: B1, 19 and 35. RGB value is (177,25,53). Sum of RGB (Red+Green+Blue) = 177+25+53=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B11935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11935 is #4EE6CA. Grayscale: #494949. Windows color (decimal): -5170891 or 3479985. OLE color: 3479985.
HSL color Cylindrical-coordinate representation of color #B11935: hue angle of 348.95º 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 #B11935 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 53 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.31 |
| HSL | 348.95º | 0.75% | 0.4% | - |
| HSV(B) | 348.95º | 0.86% | 0.69% | - |
| XYZ | 19.12 | 10.3 | 4.35 | - |
| YUV | 73.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 53 | 0 | 0.86 | 0.70 | 0.31 | 348.95 | 0.75 | 0.4 |
| Hex | B1 | 19 | 35 | 0 | 56 | 46 | 1F | 15D | 4B | 28 |
| Octal | 261 | 31 | 65 | 0 | 126 | 106 | 37 | 535 | 113 | 50 |
| Binary | 10110001 | 11001 | 110101 | 0 | 1010110 | 1000110 | 11111 | 101011101 | 1001011 | 101000 |
Color Harmonies of #B11935
Complementary color
Monochromatic Colors of #B11935
Black with #B11935
Text Example
Text Example
White with #B11935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11935; }
p { color: rgb(177,25,53); }
H1.HeaderClassName
{
color: #B11935;
}
.AnyTagClassName
{
color: #B11935;
}
</style>
background-color css
<style>
a { background-color: #B11935; }
a { background-color: rgb(177,25,53); }
div.DivClassName
{
background-color: #B11935;
}
.BgClassName
{
background-color: #B11935;
}
</style>
border-color css
<style>
span { border-color: #B11935; }
span { border-color: rgb(177,25,53); }
td.TdClassName
{
border-color: #B11935;
}
.TagClassName
{
border-color: #B11935;
}
</style>