Shades of Cardinal #B92131
Tints of Cardinal #B92131
RGB
CMYK
RGB Variations
Color information
#B92131 (or 0xB92131) is known color: Cardinal. HEX triplet: B9, 21 and 31. RGB value is (185,33,49). Sum of RGB (Red+Green+Blue) = 185+33+49=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92131 is #46DECE. Grayscale: #505050. Windows color (decimal): -4644559 or 3219897. OLE color: 3219897.
HSL color Cylindrical-coordinate representation of color #B92131: hue angle of 353.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92131 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 49 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.27 |
| HSL | 353.68º | 0.7% | 0.43% | - |
| HSV(B) | 353.68º | 0.82% | 0.73% | - |
| XYZ | 21.11 | 11.62 | 4.04 | - |
| YUV | 80.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 49 | 0 | 0.82 | 0.74 | 0.27 | 353.68 | 0.7 | 0.43 |
| Hex | B9 | 21 | 31 | 0 | 52 | 4A | 1B | 162 | 46 | 2B |
| Octal | 271 | 41 | 61 | 0 | 122 | 112 | 33 | 542 | 106 | 53 |
| Binary | 10111001 | 100001 | 110001 | 0 | 1010010 | 1001010 | 11011 | 101100010 | 1000110 | 101011 |
Color Harmonies of #B92131
Complementary color
Monochromatic Colors of #B92131
Black with #B92131
Text Example
Text Example
White with #B92131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92131; }
p { color: rgb(185,33,49); }
H1.HeaderClassName
{
color: #B92131;
}
.AnyTagClassName
{
color: #B92131;
}
</style>
background-color css
<style>
a { background-color: #B92131; }
a { background-color: rgb(185,33,49); }
div.DivClassName
{
background-color: #B92131;
}
.BgClassName
{
background-color: #B92131;
}
</style>
border-color css
<style>
span { border-color: #B92131; }
span { border-color: rgb(185,33,49); }
td.TdClassName
{
border-color: #B92131;
}
.TagClassName
{
border-color: #B92131;
}
</style>