Shades of Cardinal #B9223D
Tints of Cardinal #B9223D
RGB
CMYK
RGB Variations
Color information
#B9223D (or 0xB9223D) is known color: Cardinal. HEX triplet: B9, 22 and 3D. RGB value is (185,34,61). Sum of RGB (Red+Green+Blue) = 185+34+61=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9223D is #46DDC2. Grayscale: #525252. Windows color (decimal): -4644291 or 4006585. OLE color: 4006585.
HSL color Cylindrical-coordinate representation of color #B9223D: hue angle of 349.27º 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 #B9223D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.27 |
| HSL | 349.27º | 0.69% | 0.43% | - |
| HSV(B) | 349.27º | 0.82% | 0.73% | - |
| XYZ | 21.42 | 11.8 | 5.56 | - |
| YUV | 82.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 61 | 0 | 0.82 | 0.67 | 0.27 | 349.27 | 0.69 | 0.43 |
| Hex | B9 | 22 | 3D | 0 | 52 | 43 | 1B | 15D | 45 | 2B |
| Octal | 271 | 42 | 75 | 0 | 122 | 103 | 33 | 535 | 105 | 53 |
| Binary | 10111001 | 100010 | 111101 | 0 | 1010010 | 1000011 | 11011 | 101011101 | 1000101 | 101011 |
Color Harmonies of #B9223D
Complementary color
Monochromatic Colors of #B9223D
Black with #B9223D
Text Example
Text Example
White with #B9223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9223D; }
p { color: rgb(185,34,61); }
H1.HeaderClassName
{
color: #B9223D;
}
.AnyTagClassName
{
color: #B9223D;
}
</style>
background-color css
<style>
a { background-color: #B9223D; }
a { background-color: rgb(185,34,61); }
div.DivClassName
{
background-color: #B9223D;
}
.BgClassName
{
background-color: #B9223D;
}
</style>
border-color css
<style>
span { border-color: #B9223D; }
span { border-color: rgb(185,34,61); }
td.TdClassName
{
border-color: #B9223D;
}
.TagClassName
{
border-color: #B9223D;
}
</style>