Shades of Cardinal #B92137
Tints of Cardinal #B92137
RGB
CMYK
RGB Variations
Color information
#B92137 (or 0xB92137) is known color: Cardinal. HEX triplet: B9, 21 and 37. RGB value is (185,33,55). Sum of RGB (Red+Green+Blue) = 185+33+55=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B92137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92137 is #46DEC8. Grayscale: #515151. Windows color (decimal): -4644553 or 3613113. OLE color: 3613113.
HSL color Cylindrical-coordinate representation of color #B92137: hue angle of 351.32º 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 #B92137 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 55 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.27 |
| HSL | 351.32º | 0.7% | 0.43% | - |
| HSV(B) | 351.32º | 0.82% | 0.73% | - |
| XYZ | 21.24 | 11.68 | 4.75 | - |
| YUV | 80.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 55 | 0 | 0.82 | 0.70 | 0.27 | 351.32 | 0.7 | 0.43 |
| Hex | B9 | 21 | 37 | 0 | 52 | 46 | 1B | 15F | 46 | 2B |
| Octal | 271 | 41 | 67 | 0 | 122 | 106 | 33 | 537 | 106 | 53 |
| Binary | 10111001 | 100001 | 110111 | 0 | 1010010 | 1000110 | 11011 | 101011111 | 1000110 | 101011 |
Color Harmonies of #B92137
Complementary color
Monochromatic Colors of #B92137
Black with #B92137
Text Example
Text Example
White with #B92137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92137; }
p { color: rgb(185,33,55); }
H1.HeaderClassName
{
color: #B92137;
}
.AnyTagClassName
{
color: #B92137;
}
</style>
background-color css
<style>
a { background-color: #B92137; }
a { background-color: rgb(185,33,55); }
div.DivClassName
{
background-color: #B92137;
}
.BgClassName
{
background-color: #B92137;
}
</style>
border-color css
<style>
span { border-color: #B92137; }
span { border-color: rgb(185,33,55); }
td.TdClassName
{
border-color: #B92137;
}
.TagClassName
{
border-color: #B92137;
}
</style>