Shades of Cardinal #BD192A
Tints of Cardinal #BD192A
RGB
CMYK
RGB Variations
Color information
#BD192A (or 0xBD192A) is known color: Cardinal. HEX triplet: BD, 19 and 2A. RGB value is (189,25,42). Sum of RGB (Red+Green+Blue) = 189+25+42=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD192A is #42E6D5. Grayscale: #4C4C4C. Windows color (decimal): -4384470 or 2759101. OLE color: 2759101.
HSL color Cylindrical-coordinate representation of color #BD192A: hue angle of 353.78º 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 #BD192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.26 |
| HSL | 353.78º | 0.77% | 0.42% | - |
| HSV(B) | 353.78º | 0.87% | 0.74% | - |
| XYZ | 21.75 | 11.68 | 3.3 | - |
| YUV | 75.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 42 | 0 | 0.87 | 0.78 | 0.26 | 353.78 | 0.77 | 0.42 |
| Hex | BD | 19 | 2A | 0 | 57 | 4E | 1A | 162 | 4D | 2A |
| Octal | 275 | 31 | 52 | 0 | 127 | 116 | 32 | 542 | 115 | 52 |
| Binary | 10111101 | 11001 | 101010 | 0 | 1010111 | 1001110 | 11010 | 101100010 | 1001101 | 101010 |
Color Harmonies of #BD192A
Complementary color
Monochromatic Colors of #BD192A
Black with #BD192A
Text Example
Text Example
White with #BD192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD192A; }
p { color: rgb(189,25,42); }
H1.HeaderClassName
{
color: #BD192A;
}
.AnyTagClassName
{
color: #BD192A;
}
</style>
background-color css
<style>
a { background-color: #BD192A; }
a { background-color: rgb(189,25,42); }
div.DivClassName
{
background-color: #BD192A;
}
.BgClassName
{
background-color: #BD192A;
}
</style>
border-color css
<style>
span { border-color: #BD192A; }
span { border-color: rgb(189,25,42); }
td.TdClassName
{
border-color: #BD192A;
}
.TagClassName
{
border-color: #BD192A;
}
</style>