Shades of Cardinal #BD1C3A
Tints of Cardinal #BD1C3A
RGB
CMYK
RGB Variations
Color information
#BD1C3A (or 0xBD1C3A) is known color: Cardinal. HEX triplet: BD, 1C and 3A. RGB value is (189,28,58). Sum of RGB (Red+Green+Blue) = 189+28+58=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1C3A is #42E3C5. Grayscale: #4F4F4F. Windows color (decimal): -4383686 or 3808445. OLE color: 3808445.
HSL color Cylindrical-coordinate representation of color #BD1C3A: hue angle of 348.82º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C3A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 58 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.26 |
| HSL | 348.82º | 0.74% | 0.43% | - |
| HSV(B) | 348.82º | 0.85% | 0.74% | - |
| XYZ | 22.17 | 11.95 | 5.14 | - |
| YUV | 79.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 58 | 0 | 0.85 | 0.69 | 0.26 | 348.82 | 0.74 | 0.43 |
| Hex | BD | 1C | 3A | 0 | 55 | 45 | 1A | 15D | 4A | 2B |
| Octal | 275 | 34 | 72 | 0 | 125 | 105 | 32 | 535 | 112 | 53 |
| Binary | 10111101 | 11100 | 111010 | 0 | 1010101 | 1000101 | 11010 | 101011101 | 1001010 | 101011 |
Color Harmonies of #BD1C3A
Complementary color
Monochromatic Colors of #BD1C3A
Black with #BD1C3A
Text Example
Text Example
White with #BD1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C3A; }
p { color: rgb(189,28,58); }
H1.HeaderClassName
{
color: #BD1C3A;
}
.AnyTagClassName
{
color: #BD1C3A;
}
</style>
background-color css
<style>
a { background-color: #BD1C3A; }
a { background-color: rgb(189,28,58); }
div.DivClassName
{
background-color: #BD1C3A;
}
.BgClassName
{
background-color: #BD1C3A;
}
</style>
border-color css
<style>
span { border-color: #BD1C3A; }
span { border-color: rgb(189,28,58); }
td.TdClassName
{
border-color: #BD1C3A;
}
.TagClassName
{
border-color: #BD1C3A;
}
</style>