Shades of Cardinal #BD1433
Tints of Cardinal #BD1433
RGB
CMYK
RGB Variations
Color information
#BD1433 (or 0xBD1433) is known color: Cardinal. HEX triplet: BD, 14 and 33. RGB value is (189,20,51). Sum of RGB (Red+Green+Blue) = 189+20+51=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1433 is #42EBCC. Grayscale: #4A4A4A. Windows color (decimal): -4385741 or 3347645. OLE color: 3347645.
HSL color Cylindrical-coordinate representation of color #BD1433: hue angle of 348.99º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1433 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 51 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.26 |
| HSL | 348.99º | 0.81% | 0.41% | - |
| HSV(B) | 348.99º | 0.89% | 0.74% | - |
| XYZ | 21.83 | 11.56 | 4.21 | - |
| YUV | 74.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 51 | 0 | 0.89 | 0.73 | 0.26 | 348.99 | 0.81 | 0.41 |
| Hex | BD | 14 | 33 | 0 | 59 | 49 | 1A | 15D | 51 | 29 |
| Octal | 275 | 24 | 63 | 0 | 131 | 111 | 32 | 535 | 121 | 51 |
| Binary | 10111101 | 10100 | 110011 | 0 | 1011001 | 1001001 | 11010 | 101011101 | 1010001 | 101001 |
Color Harmonies of #BD1433
Complementary color
Monochromatic Colors of #BD1433
Black with #BD1433
Text Example
Text Example
White with #BD1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1433; }
p { color: rgb(189,20,51); }
H1.HeaderClassName
{
color: #BD1433;
}
.AnyTagClassName
{
color: #BD1433;
}
</style>
background-color css
<style>
a { background-color: #BD1433; }
a { background-color: rgb(189,20,51); }
div.DivClassName
{
background-color: #BD1433;
}
.BgClassName
{
background-color: #BD1433;
}
</style>
border-color css
<style>
span { border-color: #BD1433; }
span { border-color: rgb(189,20,51); }
td.TdClassName
{
border-color: #BD1433;
}
.TagClassName
{
border-color: #BD1433;
}
</style>