Shades of Cardinal #BD1844
Tints of Cardinal #BD1844
RGB
CMYK
RGB Variations
Color information
#BD1844 (or 0xBD1844) is known color: Cardinal. HEX triplet: BD, 18 and 44. RGB value is (189,24,68). Sum of RGB (Red+Green+Blue) = 189+24+68=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1844 is #42E7BB. Grayscale: #4E4E4E. Windows color (decimal): -4384700 or 4462781. OLE color: 4462781.
HSL color Cylindrical-coordinate representation of color #BD1844: hue angle of 344º 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 #BD1844 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 68 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.26 |
| HSL | 344º | 0.77% | 0.42% | - |
| HSV(B) | 344º | 0.87% | 0.74% | - |
| XYZ | 22.36 | 11.89 | 6.59 | - |
| YUV | 78.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 68 | 0 | 0.87 | 0.64 | 0.26 | 344 | 0.77 | 0.42 |
| Hex | BD | 18 | 44 | 0 | 57 | 40 | 1A | 158 | 4D | 2A |
| Octal | 275 | 30 | 104 | 0 | 127 | 100 | 32 | 530 | 115 | 52 |
| Binary | 10111101 | 11000 | 1000100 | 0 | 1010111 | 1000000 | 11010 | 101011000 | 1001101 | 101010 |
Color Harmonies of #BD1844
Complementary color
Monochromatic Colors of #BD1844
Black with #BD1844
Text Example
Text Example
White with #BD1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1844; }
p { color: rgb(189,24,68); }
H1.HeaderClassName
{
color: #BD1844;
}
.AnyTagClassName
{
color: #BD1844;
}
</style>
background-color css
<style>
a { background-color: #BD1844; }
a { background-color: rgb(189,24,68); }
div.DivClassName
{
background-color: #BD1844;
}
.BgClassName
{
background-color: #BD1844;
}
</style>
border-color css
<style>
span { border-color: #BD1844; }
span { border-color: rgb(189,24,68); }
td.TdClassName
{
border-color: #BD1844;
}
.TagClassName
{
border-color: #BD1844;
}
</style>