Shades of Cardinal #BD192B
Tints of Cardinal #BD192B
RGB
CMYK
RGB Variations
Color information
#BD192B (or 0xBD192B) is known color: Cardinal. HEX triplet: BD, 19 and 2B. RGB value is (189,25,43). Sum of RGB (Red+Green+Blue) = 189+25+43=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD192B is #42E6D4. Grayscale: #4C4C4C. Windows color (decimal): -4384469 or 2824637. OLE color: 2824637.
HSL color Cylindrical-coordinate representation of color #BD192B: hue angle of 353.41º 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 #BD192B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 43 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.26 |
| HSL | 353.41º | 0.77% | 0.42% | - |
| HSV(B) | 353.41º | 0.87% | 0.74% | - |
| XYZ | 21.77 | 11.69 | 3.39 | - |
| YUV | 76.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 43 | 0 | 0.87 | 0.77 | 0.26 | 353.41 | 0.77 | 0.42 |
| Hex | BD | 19 | 2B | 0 | 57 | 4D | 1A | 161 | 4D | 2A |
| Octal | 275 | 31 | 53 | 0 | 127 | 115 | 32 | 541 | 115 | 52 |
| Binary | 10111101 | 11001 | 101011 | 0 | 1010111 | 1001101 | 11010 | 101100001 | 1001101 | 101010 |
Color Harmonies of #BD192B
Complementary color
Monochromatic Colors of #BD192B
Black with #BD192B
Text Example
Text Example
White with #BD192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD192B; }
p { color: rgb(189,25,43); }
H1.HeaderClassName
{
color: #BD192B;
}
.AnyTagClassName
{
color: #BD192B;
}
</style>
background-color css
<style>
a { background-color: #BD192B; }
a { background-color: rgb(189,25,43); }
div.DivClassName
{
background-color: #BD192B;
}
.BgClassName
{
background-color: #BD192B;
}
</style>
border-color css
<style>
span { border-color: #BD192B; }
span { border-color: rgb(189,25,43); }
td.TdClassName
{
border-color: #BD192B;
}
.TagClassName
{
border-color: #BD192B;
}
</style>