Shades of Cardinal #B92040
Tints of Cardinal #B92040
RGB
CMYK
RGB Variations
Color information
#B92040 (or 0xB92040) is known color: Cardinal. HEX triplet: B9, 20 and 40. RGB value is (185,32,64). Sum of RGB (Red+Green+Blue) = 185+32+64=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92040 is #46DFBF. Grayscale: #515151. Windows color (decimal): -4644800 or 4202681. OLE color: 4202681.
HSL color Cylindrical-coordinate representation of color #B92040: hue angle of 347.45º 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 #B92040 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 64 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.27 |
| HSL | 347.45º | 0.71% | 0.43% | - |
| HSV(B) | 347.45º | 0.83% | 0.73% | - |
| XYZ | 21.45 | 11.72 | 5.98 | - |
| YUV | 81.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 64 | 0 | 0.83 | 0.65 | 0.27 | 347.45 | 0.71 | 0.43 |
| Hex | B9 | 20 | 40 | 0 | 53 | 41 | 1B | 15B | 47 | 2B |
| Octal | 271 | 40 | 100 | 0 | 123 | 101 | 33 | 533 | 107 | 53 |
| Binary | 10111001 | 100000 | 1000000 | 0 | 1010011 | 1000001 | 11011 | 101011011 | 1000111 | 101011 |
Color Harmonies of #B92040
Complementary color
Monochromatic Colors of #B92040
Black with #B92040
Text Example
Text Example
White with #B92040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92040; }
p { color: rgb(185,32,64); }
H1.HeaderClassName
{
color: #B92040;
}
.AnyTagClassName
{
color: #B92040;
}
</style>
background-color css
<style>
a { background-color: #B92040; }
a { background-color: rgb(185,32,64); }
div.DivClassName
{
background-color: #B92040;
}
.BgClassName
{
background-color: #B92040;
}
</style>
border-color css
<style>
span { border-color: #B92040; }
span { border-color: rgb(185,32,64); }
td.TdClassName
{
border-color: #B92040;
}
.TagClassName
{
border-color: #B92040;
}
</style>