Shades of Cardinal #B0233F
Tints of Cardinal #B0233F
RGB
CMYK
RGB Variations
Color information
#B0233F (or 0xB0233F) is known color: Cardinal. HEX triplet: B0, 23 and 3F. RGB value is (176,35,63). Sum of RGB (Red+Green+Blue) = 176+35+63=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0233F is #4FDCC0. Grayscale: #505050. Windows color (decimal): -5233857 or 4137904. OLE color: 4137904.
HSL color Cylindrical-coordinate representation of color #B0233F: hue angle of 348.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0233F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.31 |
| HSL | 348.09º | 0.67% | 0.41% | - |
| HSV(B) | 348.09º | 0.8% | 0.69% | - |
| XYZ | 19.4 | 10.79 | 5.76 | - |
| YUV | 80.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 63 | 0 | 0.80 | 0.64 | 0.31 | 348.09 | 0.67 | 0.41 |
| Hex | B0 | 23 | 3F | 0 | 50 | 40 | 1F | 15C | 43 | 29 |
| Octal | 260 | 43 | 77 | 0 | 120 | 100 | 37 | 534 | 103 | 51 |
| Binary | 10110000 | 100011 | 111111 | 0 | 1010000 | 1000000 | 11111 | 101011100 | 1000011 | 101001 |
Color Harmonies of #B0233F
Complementary color
Monochromatic Colors of #B0233F
Black with #B0233F
Text Example
Text Example
White with #B0233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0233F; }
p { color: rgb(176,35,63); }
H1.HeaderClassName
{
color: #B0233F;
}
.AnyTagClassName
{
color: #B0233F;
}
</style>
background-color css
<style>
a { background-color: #B0233F; }
a { background-color: rgb(176,35,63); }
div.DivClassName
{
background-color: #B0233F;
}
.BgClassName
{
background-color: #B0233F;
}
</style>
border-color css
<style>
span { border-color: #B0233F; }
span { border-color: rgb(176,35,63); }
td.TdClassName
{
border-color: #B0233F;
}
.TagClassName
{
border-color: #B0233F;
}
</style>