Shades of Cardinal #BD194B
Tints of Cardinal #BD194B
RGB
CMYK
RGB Variations
Color information
#BD194B (or 0xBD194B) is known color: Cardinal. HEX triplet: BD, 19 and 4B. RGB value is (189,25,75). Sum of RGB (Red+Green+Blue) = 189+25+75=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD194B is #42E6B4. Grayscale: #4F4F4F. Windows color (decimal): -4384437 or 4921789. OLE color: 4921789.
HSL color Cylindrical-coordinate representation of color #BD194B: hue angle of 341.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD194B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.26 |
| HSL | 341.71º | 0.77% | 0.42% | - |
| HSV(B) | 341.71º | 0.87% | 0.74% | - |
| XYZ | 22.6 | 12.02 | 7.79 | - |
| YUV | 79.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 75 | 0 | 0.87 | 0.60 | 0.26 | 341.71 | 0.77 | 0.42 |
| Hex | BD | 19 | 4B | 0 | 57 | 3C | 1A | 156 | 4D | 2A |
| Octal | 275 | 31 | 113 | 0 | 127 | 74 | 32 | 526 | 115 | 52 |
| Binary | 10111101 | 11001 | 1001011 | 0 | 1010111 | 111100 | 11010 | 101010110 | 1001101 | 101010 |
Color Harmonies of #BD194B
Complementary color
Monochromatic Colors of #BD194B
Black with #BD194B
Text Example
Text Example
White with #BD194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD194B; }
p { color: rgb(189,25,75); }
H1.HeaderClassName
{
color: #BD194B;
}
.AnyTagClassName
{
color: #BD194B;
}
</style>
background-color css
<style>
a { background-color: #BD194B; }
a { background-color: rgb(189,25,75); }
div.DivClassName
{
background-color: #BD194B;
}
.BgClassName
{
background-color: #BD194B;
}
</style>
border-color css
<style>
span { border-color: #BD194B; }
span { border-color: rgb(189,25,75); }
td.TdClassName
{
border-color: #BD194B;
}
.TagClassName
{
border-color: #BD194B;
}
</style>