Shades of Cardinal #B92041
Tints of Cardinal #B92041
RGB
CMYK
RGB Variations
Color information
#B92041 (or 0xB92041) is known color: Cardinal. HEX triplet: B9, 20 and 41. RGB value is (185,32,65). Sum of RGB (Red+Green+Blue) = 185+32+65=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B92041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92041 is #46DFBE. Grayscale: #515151. Windows color (decimal): -4644799 or 4268217. OLE color: 4268217.
HSL color Cylindrical-coordinate representation of color #B92041: hue angle of 347.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92041 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 65 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.27 |
| HSL | 347.06º | 0.71% | 0.43% | - |
| HSV(B) | 347.06º | 0.83% | 0.73% | - |
| XYZ | 21.48 | 11.73 | 6.13 | - |
| YUV | 81.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 65 | 0 | 0.83 | 0.65 | 0.27 | 347.06 | 0.71 | 0.43 |
| Hex | B9 | 20 | 41 | 0 | 53 | 41 | 1B | 15B | 47 | 2B |
| Octal | 271 | 40 | 101 | 0 | 123 | 101 | 33 | 533 | 107 | 53 |
| Binary | 10111001 | 100000 | 1000001 | 0 | 1010011 | 1000001 | 11011 | 101011011 | 1000111 | 101011 |
Color Harmonies of #B92041
Complementary color
Monochromatic Colors of #B92041
Black with #B92041
Text Example
Text Example
White with #B92041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92041; }
p { color: rgb(185,32,65); }
H1.HeaderClassName
{
color: #B92041;
}
.AnyTagClassName
{
color: #B92041;
}
</style>
background-color css
<style>
a { background-color: #B92041; }
a { background-color: rgb(185,32,65); }
div.DivClassName
{
background-color: #B92041;
}
.BgClassName
{
background-color: #B92041;
}
</style>
border-color css
<style>
span { border-color: #B92041; }
span { border-color: rgb(185,32,65); }
td.TdClassName
{
border-color: #B92041;
}
.TagClassName
{
border-color: #B92041;
}
</style>