Shades of Cardinal #BD1742
Tints of Cardinal #BD1742
RGB
CMYK
RGB Variations
Color information
#BD1742 (or 0xBD1742) is known color: Cardinal. HEX triplet: BD, 17 and 42. RGB value is (189,23,66). Sum of RGB (Red+Green+Blue) = 189+23+66=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1742 is #42E8BD. Grayscale: #4D4D4D. Windows color (decimal): -4384958 or 4331453. OLE color: 4331453.
HSL color Cylindrical-coordinate representation of color #BD1742: hue angle of 344.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1742 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 66 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.26 |
| HSL | 344.46º | 0.78% | 0.42% | - |
| HSV(B) | 344.46º | 0.88% | 0.74% | - |
| XYZ | 22.28 | 11.82 | 6.26 | - |
| YUV | 77.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 66 | 0 | 0.88 | 0.65 | 0.26 | 344.46 | 0.78 | 0.42 |
| Hex | BD | 17 | 42 | 0 | 58 | 41 | 1A | 158 | 4E | 2A |
| Octal | 275 | 27 | 102 | 0 | 130 | 101 | 32 | 530 | 116 | 52 |
| Binary | 10111101 | 10111 | 1000010 | 0 | 1011000 | 1000001 | 11010 | 101011000 | 1001110 | 101010 |
Color Harmonies of #BD1742
Complementary color
Monochromatic Colors of #BD1742
Black with #BD1742
Text Example
Text Example
White with #BD1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1742; }
p { color: rgb(189,23,66); }
H1.HeaderClassName
{
color: #BD1742;
}
.AnyTagClassName
{
color: #BD1742;
}
</style>
background-color css
<style>
a { background-color: #BD1742; }
a { background-color: rgb(189,23,66); }
div.DivClassName
{
background-color: #BD1742;
}
.BgClassName
{
background-color: #BD1742;
}
</style>
border-color css
<style>
span { border-color: #BD1742; }
span { border-color: rgb(189,23,66); }
td.TdClassName
{
border-color: #BD1742;
}
.TagClassName
{
border-color: #BD1742;
}
</style>