Shades of Cardinal #BD192F
Tints of Cardinal #BD192F
RGB
CMYK
RGB Variations
Color information
#BD192F (or 0xBD192F) is known color: Cardinal. HEX triplet: BD, 19 and 2F. RGB value is (189,25,47). Sum of RGB (Red+Green+Blue) = 189+25+47=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD192F is #42E6D0. Grayscale: #4C4C4C. Windows color (decimal): -4384465 or 3086781. OLE color: 3086781.
HSL color Cylindrical-coordinate representation of color #BD192F: hue angle of 351.95º 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 #BD192F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 47 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.26 |
| HSL | 351.95º | 0.77% | 0.42% | - |
| HSV(B) | 351.95º | 0.87% | 0.74% | - |
| XYZ | 21.85 | 11.72 | 3.8 | - |
| YUV | 76.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 47 | 0 | 0.87 | 0.75 | 0.26 | 351.95 | 0.77 | 0.42 |
| Hex | BD | 19 | 2F | 0 | 57 | 4B | 1A | 160 | 4D | 2A |
| Octal | 275 | 31 | 57 | 0 | 127 | 113 | 32 | 540 | 115 | 52 |
| Binary | 10111101 | 11001 | 101111 | 0 | 1010111 | 1001011 | 11010 | 101100000 | 1001101 | 101010 |
Color Harmonies of #BD192F
Complementary color
Monochromatic Colors of #BD192F
Black with #BD192F
Text Example
Text Example
White with #BD192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD192F; }
p { color: rgb(189,25,47); }
H1.HeaderClassName
{
color: #BD192F;
}
.AnyTagClassName
{
color: #BD192F;
}
</style>
background-color css
<style>
a { background-color: #BD192F; }
a { background-color: rgb(189,25,47); }
div.DivClassName
{
background-color: #BD192F;
}
.BgClassName
{
background-color: #BD192F;
}
</style>
border-color css
<style>
span { border-color: #BD192F; }
span { border-color: rgb(189,25,47); }
td.TdClassName
{
border-color: #BD192F;
}
.TagClassName
{
border-color: #BD192F;
}
</style>