Shades of Cardinal #BD1B42
Tints of Cardinal #BD1B42
RGB
CMYK
RGB Variations
Color information
#BD1B42 (or 0xBD1B42) is known color: Cardinal. HEX triplet: BD, 1B and 42. RGB value is (189,27,66). Sum of RGB (Red+Green+Blue) = 189+27+66=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B42 is #42E4BD. Grayscale: #4F4F4F. Windows color (decimal): -4383934 or 4332477. OLE color: 4332477.
HSL color Cylindrical-coordinate representation of color #BD1B42: hue angle of 345.56º degrees, saturation: 0.75, 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 #BD1B42 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 66 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.26 |
| HSL | 345.56º | 0.75% | 0.42% | - |
| HSV(B) | 345.56º | 0.86% | 0.74% | - |
| XYZ | 22.36 | 12 | 6.29 | - |
| YUV | 79.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 66 | 0 | 0.86 | 0.65 | 0.26 | 345.56 | 0.75 | 0.42 |
| Hex | BD | 1B | 42 | 0 | 56 | 41 | 1A | 15A | 4B | 2A |
| Octal | 275 | 33 | 102 | 0 | 126 | 101 | 32 | 532 | 113 | 52 |
| Binary | 10111101 | 11011 | 1000010 | 0 | 1010110 | 1000001 | 11010 | 101011010 | 1001011 | 101010 |
Color Harmonies of #BD1B42
Complementary color
Monochromatic Colors of #BD1B42
Black with #BD1B42
Text Example
Text Example
White with #BD1B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B42; }
p { color: rgb(189,27,66); }
H1.HeaderClassName
{
color: #BD1B42;
}
.AnyTagClassName
{
color: #BD1B42;
}
</style>
background-color css
<style>
a { background-color: #BD1B42; }
a { background-color: rgb(189,27,66); }
div.DivClassName
{
background-color: #BD1B42;
}
.BgClassName
{
background-color: #BD1B42;
}
</style>
border-color css
<style>
span { border-color: #BD1B42; }
span { border-color: rgb(189,27,66); }
td.TdClassName
{
border-color: #BD1B42;
}
.TagClassName
{
border-color: #BD1B42;
}
</style>