Shades of Cardinal #BD1E3C
Tints of Cardinal #BD1E3C
RGB
CMYK
RGB Variations
Color information
#BD1E3C (or 0xBD1E3C) is known color: Cardinal. HEX triplet: BD, 1E and 3C. RGB value is (189,30,60). Sum of RGB (Red+Green+Blue) = 189+30+60=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E3C is #42E1C3. Grayscale: #505050. Windows color (decimal): -4383172 or 3940029. OLE color: 3940029.
HSL color Cylindrical-coordinate representation of color #BD1E3C: hue angle of 348.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E3C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 60 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.26 |
| HSL | 348.68º | 0.73% | 0.43% | - |
| HSV(B) | 348.68º | 0.84% | 0.74% | - |
| XYZ | 22.27 | 12.07 | 5.43 | - |
| YUV | 80.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 60 | 0 | 0.84 | 0.68 | 0.26 | 348.68 | 0.73 | 0.43 |
| Hex | BD | 1E | 3C | 0 | 54 | 44 | 1A | 15D | 49 | 2B |
| Octal | 275 | 36 | 74 | 0 | 124 | 104 | 32 | 535 | 111 | 53 |
| Binary | 10111101 | 11110 | 111100 | 0 | 1010100 | 1000100 | 11010 | 101011101 | 1001001 | 101011 |
Color Harmonies of #BD1E3C
Complementary color
Monochromatic Colors of #BD1E3C
Black with #BD1E3C
Text Example
Text Example
White with #BD1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E3C; }
p { color: rgb(189,30,60); }
H1.HeaderClassName
{
color: #BD1E3C;
}
.AnyTagClassName
{
color: #BD1E3C;
}
</style>
background-color css
<style>
a { background-color: #BD1E3C; }
a { background-color: rgb(189,30,60); }
div.DivClassName
{
background-color: #BD1E3C;
}
.BgClassName
{
background-color: #BD1E3C;
}
</style>
border-color css
<style>
span { border-color: #BD1E3C; }
span { border-color: rgb(189,30,60); }
td.TdClassName
{
border-color: #BD1E3C;
}
.TagClassName
{
border-color: #BD1E3C;
}
</style>