Shades of Cardinal #B0223F
Tints of Cardinal #B0223F
RGB
CMYK
RGB Variations
Color information
#B0223F (or 0xB0223F) is known color: Cardinal. HEX triplet: B0, 22 and 3F. RGB value is (176,34,63). Sum of RGB (Red+Green+Blue) = 176+34+63=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0223F is #4FDDC0. Grayscale: #4F4F4F. Windows color (decimal): -5234113 or 4137648. OLE color: 4137648.
HSL color Cylindrical-coordinate representation of color #B0223F: hue angle of 347.75º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0223F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 63 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.31 |
| HSL | 347.75º | 0.68% | 0.41% | - |
| HSV(B) | 347.75º | 0.81% | 0.69% | - |
| XYZ | 19.37 | 10.73 | 5.75 | - |
| YUV | 79.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 63 | 0 | 0.81 | 0.64 | 0.31 | 347.75 | 0.68 | 0.41 |
| Hex | B0 | 22 | 3F | 0 | 51 | 40 | 1F | 15C | 44 | 29 |
| Octal | 260 | 42 | 77 | 0 | 121 | 100 | 37 | 534 | 104 | 51 |
| Binary | 10110000 | 100010 | 111111 | 0 | 1010001 | 1000000 | 11111 | 101011100 | 1000100 | 101001 |
Color Harmonies of #B0223F
Complementary color
Monochromatic Colors of #B0223F
Black with #B0223F
Text Example
Text Example
White with #B0223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0223F; }
p { color: rgb(176,34,63); }
H1.HeaderClassName
{
color: #B0223F;
}
.AnyTagClassName
{
color: #B0223F;
}
</style>
background-color css
<style>
a { background-color: #B0223F; }
a { background-color: rgb(176,34,63); }
div.DivClassName
{
background-color: #B0223F;
}
.BgClassName
{
background-color: #B0223F;
}
</style>
border-color css
<style>
span { border-color: #B0223F; }
span { border-color: rgb(176,34,63); }
td.TdClassName
{
border-color: #B0223F;
}
.TagClassName
{
border-color: #B0223F;
}
</style>