Shades of Cardinal #B91F32
Tints of Cardinal #B91F32
RGB
CMYK
RGB Variations
Color information
#B91F32 (or 0xB91F32) is known color: Cardinal. HEX triplet: B9, 1F and 32. RGB value is (185,31,50). Sum of RGB (Red+Green+Blue) = 185+31+50=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F32 is #46E0CD. Grayscale: #4F4F4F. Windows color (decimal): -4645070 or 3284921. OLE color: 3284921.
HSL color Cylindrical-coordinate representation of color #B91F32: hue angle of 352.6º 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 #B91F32 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 50 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.27 |
| HSL | 352.6º | 0.71% | 0.42% | - |
| HSV(B) | 352.6º | 0.83% | 0.73% | - |
| XYZ | 21.07 | 11.52 | 4.13 | - |
| YUV | 79.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 50 | 0 | 0.83 | 0.73 | 0.27 | 352.6 | 0.71 | 0.42 |
| Hex | B9 | 1F | 32 | 0 | 53 | 49 | 1B | 161 | 47 | 2A |
| Octal | 271 | 37 | 62 | 0 | 123 | 111 | 33 | 541 | 107 | 52 |
| Binary | 10111001 | 11111 | 110010 | 0 | 1010011 | 1001001 | 11011 | 101100001 | 1000111 | 101010 |
Color Harmonies of #B91F32
Complementary color
Monochromatic Colors of #B91F32
Black with #B91F32
Text Example
Text Example
White with #B91F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F32; }
p { color: rgb(185,31,50); }
H1.HeaderClassName
{
color: #B91F32;
}
.AnyTagClassName
{
color: #B91F32;
}
</style>
background-color css
<style>
a { background-color: #B91F32; }
a { background-color: rgb(185,31,50); }
div.DivClassName
{
background-color: #B91F32;
}
.BgClassName
{
background-color: #B91F32;
}
</style>
border-color css
<style>
span { border-color: #B91F32; }
span { border-color: rgb(185,31,50); }
td.TdClassName
{
border-color: #B91F32;
}
.TagClassName
{
border-color: #B91F32;
}
</style>