Shades of Cardinal #B92234
Tints of Cardinal #B92234
RGB
CMYK
RGB Variations
Color information
#B92234 (or 0xB92234) is known color: Cardinal. HEX triplet: B9, 22 and 34. RGB value is (185,34,52). Sum of RGB (Red+Green+Blue) = 185+34+52=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B92234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92234 is #46DDCB. Grayscale: #515151. Windows color (decimal): -4644300 or 3416761. OLE color: 3416761.
HSL color Cylindrical-coordinate representation of color #B92234: hue angle of 352.85º degrees, saturation: 0.69, 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 #B92234 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 52 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.27 |
| HSL | 352.85º | 0.69% | 0.43% | - |
| HSV(B) | 352.85º | 0.82% | 0.73% | - |
| XYZ | 21.2 | 11.71 | 4.39 | - |
| YUV | 81.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 52 | 0 | 0.82 | 0.72 | 0.27 | 352.85 | 0.69 | 0.43 |
| Hex | B9 | 22 | 34 | 0 | 52 | 48 | 1B | 161 | 45 | 2B |
| Octal | 271 | 42 | 64 | 0 | 122 | 110 | 33 | 541 | 105 | 53 |
| Binary | 10111001 | 100010 | 110100 | 0 | 1010010 | 1001000 | 11011 | 101100001 | 1000101 | 101011 |
Color Harmonies of #B92234
Complementary color
Monochromatic Colors of #B92234
Black with #B92234
Text Example
Text Example
White with #B92234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92234; }
p { color: rgb(185,34,52); }
H1.HeaderClassName
{
color: #B92234;
}
.AnyTagClassName
{
color: #B92234;
}
</style>
background-color css
<style>
a { background-color: #B92234; }
a { background-color: rgb(185,34,52); }
div.DivClassName
{
background-color: #B92234;
}
.BgClassName
{
background-color: #B92234;
}
</style>
border-color css
<style>
span { border-color: #B92234; }
span { border-color: rgb(185,34,52); }
td.TdClassName
{
border-color: #B92234;
}
.TagClassName
{
border-color: #B92234;
}
</style>