Shades of Cardinal #BD1148
Tints of Cardinal #BD1148
RGB
CMYK
RGB Variations
Color information
#BD1148 (or 0xBD1148) is known color: Cardinal. HEX triplet: BD, 11 and 48. RGB value is (189,17,72). Sum of RGB (Red+Green+Blue) = 189+17+72=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1148 is #42EEB7. Grayscale: #4A4A4A. Windows color (decimal): -4386488 or 4723133. OLE color: 4723133.
HSL color Cylindrical-coordinate representation of color #BD1148: hue angle of 340.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1148 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 72 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.26 |
| HSL | 340.81º | 0.83% | 0.4% | - |
| HSV(B) | 340.81º | 0.91% | 0.74% | - |
| XYZ | 22.36 | 11.69 | 7.21 | - |
| YUV | 74.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 72 | 0 | 0.91 | 0.62 | 0.26 | 340.81 | 0.83 | 0.4 |
| Hex | BD | 11 | 48 | 0 | 5B | 3E | 1A | 155 | 53 | 28 |
| Octal | 275 | 21 | 110 | 0 | 133 | 76 | 32 | 525 | 123 | 50 |
| Binary | 10111101 | 10001 | 1001000 | 0 | 1011011 | 111110 | 11010 | 101010101 | 1010011 | 101000 |
Color Harmonies of #BD1148
Complementary color
Monochromatic Colors of #BD1148
Black with #BD1148
Text Example
Text Example
White with #BD1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1148; }
p { color: rgb(189,17,72); }
H1.HeaderClassName
{
color: #BD1148;
}
.AnyTagClassName
{
color: #BD1148;
}
</style>
background-color css
<style>
a { background-color: #BD1148; }
a { background-color: rgb(189,17,72); }
div.DivClassName
{
background-color: #BD1148;
}
.BgClassName
{
background-color: #BD1148;
}
</style>
border-color css
<style>
span { border-color: #BD1148; }
span { border-color: rgb(189,17,72); }
td.TdClassName
{
border-color: #BD1148;
}
.TagClassName
{
border-color: #BD1148;
}
</style>