Shades of Cardinal #BD1A40
Tints of Cardinal #BD1A40
RGB
CMYK
RGB Variations
Color information
#BD1A40 (or 0xBD1A40) is known color: Cardinal. HEX triplet: BD, 1A and 40. RGB value is (189,26,64). Sum of RGB (Red+Green+Blue) = 189+26+64=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A40 is #42E5BF. Grayscale: #4F4F4F. Windows color (decimal): -4384192 or 4201149. OLE color: 4201149.
HSL color Cylindrical-coordinate representation of color #BD1A40: hue angle of 346.01º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A40 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 64 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.26 |
| HSL | 346.01º | 0.76% | 0.42% | - |
| HSV(B) | 346.01º | 0.86% | 0.74% | - |
| XYZ | 22.28 | 11.93 | 5.98 | - |
| YUV | 79.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 64 | 0 | 0.86 | 0.66 | 0.26 | 346.01 | 0.76 | 0.42 |
| Hex | BD | 1A | 40 | 0 | 56 | 42 | 1A | 15A | 4C | 2A |
| Octal | 275 | 32 | 100 | 0 | 126 | 102 | 32 | 532 | 114 | 52 |
| Binary | 10111101 | 11010 | 1000000 | 0 | 1010110 | 1000010 | 11010 | 101011010 | 1001100 | 101010 |
Color Harmonies of #BD1A40
Complementary color
Monochromatic Colors of #BD1A40
Black with #BD1A40
Text Example
Text Example
White with #BD1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A40; }
p { color: rgb(189,26,64); }
H1.HeaderClassName
{
color: #BD1A40;
}
.AnyTagClassName
{
color: #BD1A40;
}
</style>
background-color css
<style>
a { background-color: #BD1A40; }
a { background-color: rgb(189,26,64); }
div.DivClassName
{
background-color: #BD1A40;
}
.BgClassName
{
background-color: #BD1A40;
}
</style>
border-color css
<style>
span { border-color: #BD1A40; }
span { border-color: rgb(189,26,64); }
td.TdClassName
{
border-color: #BD1A40;
}
.TagClassName
{
border-color: #BD1A40;
}
</style>