Shades of Cardinal #B91E3C
Tints of Cardinal #B91E3C
RGB
CMYK
RGB Variations
Color information
#B91E3C (or 0xB91E3C) is known color: Cardinal. HEX triplet: B9, 1E and 3C. RGB value is (185,30,60). Sum of RGB (Red+Green+Blue) = 185+30+60=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E3C is #46E1C3. Grayscale: #4F4F4F. Windows color (decimal): -4645316 or 3940025. OLE color: 3940025.
HSL color Cylindrical-coordinate representation of color #B91E3C: hue angle of 348.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E3C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 60 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.27 |
| HSL | 348.39º | 0.72% | 0.42% | - |
| HSV(B) | 348.39º | 0.84% | 0.73% | - |
| XYZ | 21.29 | 11.57 | 5.39 | - |
| YUV | 79.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 60 | 0 | 0.84 | 0.68 | 0.27 | 348.39 | 0.72 | 0.42 |
| Hex | B9 | 1E | 3C | 0 | 54 | 44 | 1B | 15C | 48 | 2A |
| Octal | 271 | 36 | 74 | 0 | 124 | 104 | 33 | 534 | 110 | 52 |
| Binary | 10111001 | 11110 | 111100 | 0 | 1010100 | 1000100 | 11011 | 101011100 | 1001000 | 101010 |
Color Harmonies of #B91E3C
Complementary color
Monochromatic Colors of #B91E3C
Black with #B91E3C
Text Example
Text Example
White with #B91E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E3C; }
p { color: rgb(185,30,60); }
H1.HeaderClassName
{
color: #B91E3C;
}
.AnyTagClassName
{
color: #B91E3C;
}
</style>
background-color css
<style>
a { background-color: #B91E3C; }
a { background-color: rgb(185,30,60); }
div.DivClassName
{
background-color: #B91E3C;
}
.BgClassName
{
background-color: #B91E3C;
}
</style>
border-color css
<style>
span { border-color: #B91E3C; }
span { border-color: rgb(185,30,60); }
td.TdClassName
{
border-color: #B91E3C;
}
.TagClassName
{
border-color: #B91E3C;
}
</style>