Shades of Cardinal #B92043
Tints of Cardinal #B92043
RGB
CMYK
RGB Variations
Color information
#B92043 (or 0xB92043) is known color: Cardinal. HEX triplet: B9, 20 and 43. RGB value is (185,32,67). Sum of RGB (Red+Green+Blue) = 185+32+67=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B92043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92043 is #46DFBC. Grayscale: #515151. Windows color (decimal): -4644797 or 4399289. OLE color: 4399289.
HSL color Cylindrical-coordinate representation of color #B92043: hue angle of 346.27º 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 #B92043 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 67 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.27 |
| HSL | 346.27º | 0.71% | 0.43% | - |
| HSV(B) | 346.27º | 0.83% | 0.73% | - |
| XYZ | 21.54 | 11.75 | 6.44 | - |
| YUV | 81.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 67 | 0 | 0.83 | 0.64 | 0.27 | 346.27 | 0.71 | 0.43 |
| Hex | B9 | 20 | 43 | 0 | 53 | 40 | 1B | 15A | 47 | 2B |
| Octal | 271 | 40 | 103 | 0 | 123 | 100 | 33 | 532 | 107 | 53 |
| Binary | 10111001 | 100000 | 1000011 | 0 | 1010011 | 1000000 | 11011 | 101011010 | 1000111 | 101011 |
Color Harmonies of #B92043
Complementary color
Monochromatic Colors of #B92043
Black with #B92043
Text Example
Text Example
White with #B92043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92043; }
p { color: rgb(185,32,67); }
H1.HeaderClassName
{
color: #B92043;
}
.AnyTagClassName
{
color: #B92043;
}
</style>
background-color css
<style>
a { background-color: #B92043; }
a { background-color: rgb(185,32,67); }
div.DivClassName
{
background-color: #B92043;
}
.BgClassName
{
background-color: #B92043;
}
</style>
border-color css
<style>
span { border-color: #B92043; }
span { border-color: rgb(185,32,67); }
td.TdClassName
{
border-color: #B92043;
}
.TagClassName
{
border-color: #B92043;
}
</style>