Shades of Cardinal #B7223C
Tints of Cardinal #B7223C
RGB
CMYK
RGB Variations
Color information
#B7223C (or 0xB7223C) is known color: Cardinal. HEX triplet: B7, 22 and 3C. RGB value is (183,34,60). Sum of RGB (Red+Green+Blue) = 183+34+60=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7223C is #48DDC3. Grayscale: #515151. Windows color (decimal): -4775364 or 3941047. OLE color: 3941047.
HSL color Cylindrical-coordinate representation of color #B7223C: hue angle of 349.53º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7223C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 60 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.28 |
| HSL | 349.53º | 0.69% | 0.43% | - |
| HSV(B) | 349.53º | 0.81% | 0.72% | - |
| XYZ | 20.92 | 11.54 | 5.4 | - |
| YUV | 81.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 60 | 0 | 0.81 | 0.67 | 0.28 | 349.53 | 0.69 | 0.43 |
| Hex | B7 | 22 | 3C | 0 | 51 | 43 | 1C | 15E | 45 | 2B |
| Octal | 267 | 42 | 74 | 0 | 121 | 103 | 34 | 536 | 105 | 53 |
| Binary | 10110111 | 100010 | 111100 | 0 | 1010001 | 1000011 | 11100 | 101011110 | 1000101 | 101011 |
Color Harmonies of #B7223C
Complementary color
Monochromatic Colors of #B7223C
Black with #B7223C
Text Example
Text Example
White with #B7223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7223C; }
p { color: rgb(183,34,60); }
H1.HeaderClassName
{
color: #B7223C;
}
.AnyTagClassName
{
color: #B7223C;
}
</style>
background-color css
<style>
a { background-color: #B7223C; }
a { background-color: rgb(183,34,60); }
div.DivClassName
{
background-color: #B7223C;
}
.BgClassName
{
background-color: #B7223C;
}
</style>
border-color css
<style>
span { border-color: #B7223C; }
span { border-color: rgb(183,34,60); }
td.TdClassName
{
border-color: #B7223C;
}
.TagClassName
{
border-color: #B7223C;
}
</style>