Shades of Cardinal #B8223C
Tints of Cardinal #B8223C
RGB
CMYK
RGB Variations
Color information
#B8223C (or 0xB8223C) is known color: Cardinal. HEX triplet: B8, 22 and 3C. RGB value is (184,34,60). Sum of RGB (Red+Green+Blue) = 184+34+60=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8223C is #47DDC3. Grayscale: #515151. Windows color (decimal): -4709828 or 3941048. OLE color: 3941048.
HSL color Cylindrical-coordinate representation of color #B8223C: hue angle of 349.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8223C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 60 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.28 |
| HSL | 349.6º | 0.69% | 0.43% | - |
| HSV(B) | 349.6º | 0.82% | 0.72% | - |
| XYZ | 21.15 | 11.66 | 5.41 | - |
| YUV | 81.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 60 | 0 | 0.82 | 0.67 | 0.28 | 349.6 | 0.69 | 0.43 |
| Hex | B8 | 22 | 3C | 0 | 52 | 43 | 1C | 15E | 45 | 2B |
| Octal | 270 | 42 | 74 | 0 | 122 | 103 | 34 | 536 | 105 | 53 |
| Binary | 10111000 | 100010 | 111100 | 0 | 1010010 | 1000011 | 11100 | 101011110 | 1000101 | 101011 |
Color Harmonies of #B8223C
Complementary color
Monochromatic Colors of #B8223C
Black with #B8223C
Text Example
Text Example
White with #B8223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8223C; }
p { color: rgb(184,34,60); }
H1.HeaderClassName
{
color: #B8223C;
}
.AnyTagClassName
{
color: #B8223C;
}
</style>
background-color css
<style>
a { background-color: #B8223C; }
a { background-color: rgb(184,34,60); }
div.DivClassName
{
background-color: #B8223C;
}
.BgClassName
{
background-color: #B8223C;
}
</style>
border-color css
<style>
span { border-color: #B8223C; }
span { border-color: rgb(184,34,60); }
td.TdClassName
{
border-color: #B8223C;
}
.TagClassName
{
border-color: #B8223C;
}
</style>