Shades of Cardinal #BD1B46
Tints of Cardinal #BD1B46
RGB
CMYK
RGB Variations
Color information
#BD1B46 (or 0xBD1B46) is known color: Cardinal. HEX triplet: BD, 1B and 46. RGB value is (189,27,70). Sum of RGB (Red+Green+Blue) = 189+27+70=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B46 is #42E4B9. Grayscale: #505050. Windows color (decimal): -4383930 or 4594621. OLE color: 4594621.
HSL color Cylindrical-coordinate representation of color #BD1B46: hue angle of 344.07º 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 #BD1B46 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 70 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.26 |
| HSL | 344.07º | 0.75% | 0.42% | - |
| HSV(B) | 344.07º | 0.86% | 0.74% | - |
| XYZ | 22.48 | 12.04 | 6.93 | - |
| YUV | 80.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 70 | 0 | 0.86 | 0.63 | 0.26 | 344.07 | 0.75 | 0.42 |
| Hex | BD | 1B | 46 | 0 | 56 | 3F | 1A | 158 | 4B | 2A |
| Octal | 275 | 33 | 106 | 0 | 126 | 77 | 32 | 530 | 113 | 52 |
| Binary | 10111101 | 11011 | 1000110 | 0 | 1010110 | 111111 | 11010 | 101011000 | 1001011 | 101010 |
Color Harmonies of #BD1B46
Complementary color
Monochromatic Colors of #BD1B46
Black with #BD1B46
Text Example
Text Example
White with #BD1B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B46; }
p { color: rgb(189,27,70); }
H1.HeaderClassName
{
color: #BD1B46;
}
.AnyTagClassName
{
color: #BD1B46;
}
</style>
background-color css
<style>
a { background-color: #BD1B46; }
a { background-color: rgb(189,27,70); }
div.DivClassName
{
background-color: #BD1B46;
}
.BgClassName
{
background-color: #BD1B46;
}
</style>
border-color css
<style>
span { border-color: #BD1B46; }
span { border-color: rgb(189,27,70); }
td.TdClassName
{
border-color: #BD1B46;
}
.TagClassName
{
border-color: #BD1B46;
}
</style>