Shades of Cardinal #B0233D
Tints of Cardinal #B0233D
RGB
CMYK
RGB Variations
Color information
#B0233D (or 0xB0233D) is known color: Cardinal. HEX triplet: B0, 23 and 3D. RGB value is (176,35,61). Sum of RGB (Red+Green+Blue) = 176+35+61=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0233D is #4FDCC2. Grayscale: #505050. Windows color (decimal): -5233859 or 4006832. OLE color: 4006832.
HSL color Cylindrical-coordinate representation of color #B0233D: hue angle of 348.94º 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 #B0233D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 61 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.31 |
| HSL | 348.94º | 0.67% | 0.41% | - |
| HSV(B) | 348.94º | 0.8% | 0.69% | - |
| XYZ | 19.35 | 10.77 | 5.47 | - |
| YUV | 80.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 61 | 0 | 0.80 | 0.65 | 0.31 | 348.94 | 0.67 | 0.41 |
| Hex | B0 | 23 | 3D | 0 | 50 | 41 | 1F | 15D | 43 | 29 |
| Octal | 260 | 43 | 75 | 0 | 120 | 101 | 37 | 535 | 103 | 51 |
| Binary | 10110000 | 100011 | 111101 | 0 | 1010000 | 1000001 | 11111 | 101011101 | 1000011 | 101001 |
Color Harmonies of #B0233D
Complementary color
Monochromatic Colors of #B0233D
Black with #B0233D
Text Example
Text Example
White with #B0233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0233D; }
p { color: rgb(176,35,61); }
H1.HeaderClassName
{
color: #B0233D;
}
.AnyTagClassName
{
color: #B0233D;
}
</style>
background-color css
<style>
a { background-color: #B0233D; }
a { background-color: rgb(176,35,61); }
div.DivClassName
{
background-color: #B0233D;
}
.BgClassName
{
background-color: #B0233D;
}
</style>
border-color css
<style>
span { border-color: #B0233D; }
span { border-color: rgb(176,35,61); }
td.TdClassName
{
border-color: #B0233D;
}
.TagClassName
{
border-color: #B0233D;
}
</style>