Shades of Cardinal #B01D43
Tints of Cardinal #B01D43
RGB
CMYK
RGB Variations
Color information
#B01D43 (or 0xB01D43) is known color: Cardinal. HEX triplet: B0, 1D and 43. RGB value is (176,29,67). Sum of RGB (Red+Green+Blue) = 176+29+67=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D43 is #4FE2BC. Grayscale: #4D4D4D. Windows color (decimal): -5235389 or 4398512. OLE color: 4398512.
HSL color Cylindrical-coordinate representation of color #B01D43: hue angle of 344.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D43 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 67 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.31 |
| HSL | 344.49º | 0.72% | 0.4% | - |
| HSV(B) | 344.49º | 0.84% | 0.69% | - |
| XYZ | 19.36 | 10.51 | 6.32 | - |
| YUV | 77.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 67 | 0 | 0.84 | 0.62 | 0.31 | 344.49 | 0.72 | 0.4 |
| Hex | B0 | 1D | 43 | 0 | 54 | 3E | 1F | 158 | 48 | 28 |
| Octal | 260 | 35 | 103 | 0 | 124 | 76 | 37 | 530 | 110 | 50 |
| Binary | 10110000 | 11101 | 1000011 | 0 | 1010100 | 111110 | 11111 | 101011000 | 1001000 | 101000 |
Color Harmonies of #B01D43
Complementary color
Monochromatic Colors of #B01D43
Black with #B01D43
Text Example
Text Example
White with #B01D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D43; }
p { color: rgb(176,29,67); }
H1.HeaderClassName
{
color: #B01D43;
}
.AnyTagClassName
{
color: #B01D43;
}
</style>
background-color css
<style>
a { background-color: #B01D43; }
a { background-color: rgb(176,29,67); }
div.DivClassName
{
background-color: #B01D43;
}
.BgClassName
{
background-color: #B01D43;
}
</style>
border-color css
<style>
span { border-color: #B01D43; }
span { border-color: rgb(176,29,67); }
td.TdClassName
{
border-color: #B01D43;
}
.TagClassName
{
border-color: #B01D43;
}
</style>