Shades of Cardinal #B0233C
Tints of Cardinal #B0233C
RGB
CMYK
RGB Variations
Color information
#B0233C (or 0xB0233C) is known color: Cardinal. HEX triplet: B0, 23 and 3C. RGB value is (176,35,60). Sum of RGB (Red+Green+Blue) = 176+35+60=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0233C is #4FDCC3. Grayscale: #505050. Windows color (decimal): -5233860 or 3941296. OLE color: 3941296.
HSL color Cylindrical-coordinate representation of color #B0233C: hue angle of 349.36º 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 #B0233C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 60 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.31 |
| HSL | 349.36º | 0.67% | 0.41% | - |
| HSV(B) | 349.36º | 0.8% | 0.69% | - |
| XYZ | 19.32 | 10.76 | 5.33 | - |
| YUV | 80.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 60 | 0 | 0.80 | 0.66 | 0.31 | 349.36 | 0.67 | 0.41 |
| Hex | B0 | 23 | 3C | 0 | 50 | 42 | 1F | 15D | 43 | 29 |
| Octal | 260 | 43 | 74 | 0 | 120 | 102 | 37 | 535 | 103 | 51 |
| Binary | 10110000 | 100011 | 111100 | 0 | 1010000 | 1000010 | 11111 | 101011101 | 1000011 | 101001 |
Color Harmonies of #B0233C
Complementary color
Monochromatic Colors of #B0233C
Black with #B0233C
Text Example
Text Example
White with #B0233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0233C; }
p { color: rgb(176,35,60); }
H1.HeaderClassName
{
color: #B0233C;
}
.AnyTagClassName
{
color: #B0233C;
}
</style>
background-color css
<style>
a { background-color: #B0233C; }
a { background-color: rgb(176,35,60); }
div.DivClassName
{
background-color: #B0233C;
}
.BgClassName
{
background-color: #B0233C;
}
</style>
border-color css
<style>
span { border-color: #B0233C; }
span { border-color: rgb(176,35,60); }
td.TdClassName
{
border-color: #B0233C;
}
.TagClassName
{
border-color: #B0233C;
}
</style>