Shades of Cardinal #BD132D
Tints of Cardinal #BD132D
RGB
CMYK
RGB Variations
Color information
#BD132D (or 0xBD132D) is known color: Cardinal. HEX triplet: BD, 13 and 2D. RGB value is (189,19,45). Sum of RGB (Red+Green+Blue) = 189+19+45=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD132D is #42ECD2. Grayscale: #484848. Windows color (decimal): -4386003 or 2954173. OLE color: 2954173.
HSL color Cylindrical-coordinate representation of color #BD132D: hue angle of 350.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD132D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.26 |
| HSL | 350.82º | 0.82% | 0.41% | - |
| HSV(B) | 350.82º | 0.9% | 0.74% | - |
| XYZ | 21.69 | 11.47 | 3.55 | - |
| YUV | 72.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 45 | 0 | 0.90 | 0.76 | 0.26 | 350.82 | 0.82 | 0.41 |
| Hex | BD | 13 | 2D | 0 | 5A | 4C | 1A | 15F | 52 | 29 |
| Octal | 275 | 23 | 55 | 0 | 132 | 114 | 32 | 537 | 122 | 51 |
| Binary | 10111101 | 10011 | 101101 | 0 | 1011010 | 1001100 | 11010 | 101011111 | 1010010 | 101001 |
Color Harmonies of #BD132D
Complementary color
Monochromatic Colors of #BD132D
Black with #BD132D
Text Example
Text Example
White with #BD132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD132D; }
p { color: rgb(189,19,45); }
H1.HeaderClassName
{
color: #BD132D;
}
.AnyTagClassName
{
color: #BD132D;
}
</style>
background-color css
<style>
a { background-color: #BD132D; }
a { background-color: rgb(189,19,45); }
div.DivClassName
{
background-color: #BD132D;
}
.BgClassName
{
background-color: #BD132D;
}
</style>
border-color css
<style>
span { border-color: #BD132D; }
span { border-color: rgb(189,19,45); }
td.TdClassName
{
border-color: #BD132D;
}
.TagClassName
{
border-color: #BD132D;
}
</style>