Shades of Cardinal #B91F3C
Tints of Cardinal #B91F3C
RGB
CMYK
RGB Variations
Color information
#B91F3C (or 0xB91F3C) is known color: Cardinal. HEX triplet: B9, 1F and 3C. RGB value is (185,31,60). Sum of RGB (Red+Green+Blue) = 185+31+60=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F3C is #46E0C3. Grayscale: #505050. Windows color (decimal): -4645060 or 3940281. OLE color: 3940281.
HSL color Cylindrical-coordinate representation of color #B91F3C: hue angle of 348.7º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F3C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 60 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.27 |
| HSL | 348.7º | 0.71% | 0.42% | - |
| HSV(B) | 348.7º | 0.83% | 0.73% | - |
| XYZ | 21.31 | 11.62 | 5.39 | - |
| YUV | 80.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 60 | 0 | 0.83 | 0.68 | 0.27 | 348.7 | 0.71 | 0.42 |
| Hex | B9 | 1F | 3C | 0 | 53 | 44 | 1B | 15D | 47 | 2A |
| Octal | 271 | 37 | 74 | 0 | 123 | 104 | 33 | 535 | 107 | 52 |
| Binary | 10111001 | 11111 | 111100 | 0 | 1010011 | 1000100 | 11011 | 101011101 | 1000111 | 101010 |
Color Harmonies of #B91F3C
Complementary color
Monochromatic Colors of #B91F3C
Black with #B91F3C
Text Example
Text Example
White with #B91F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F3C; }
p { color: rgb(185,31,60); }
H1.HeaderClassName
{
color: #B91F3C;
}
.AnyTagClassName
{
color: #B91F3C;
}
</style>
background-color css
<style>
a { background-color: #B91F3C; }
a { background-color: rgb(185,31,60); }
div.DivClassName
{
background-color: #B91F3C;
}
.BgClassName
{
background-color: #B91F3C;
}
</style>
border-color css
<style>
span { border-color: #B91F3C; }
span { border-color: rgb(185,31,60); }
td.TdClassName
{
border-color: #B91F3C;
}
.TagClassName
{
border-color: #B91F3C;
}
</style>