Shades of Cardinal #BD103C
Tints of Cardinal #BD103C
RGB
CMYK
RGB Variations
Color information
#BD103C (or 0xBD103C) is known color: Cardinal. HEX triplet: BD, 10 and 3C. RGB value is (189,16,60). Sum of RGB (Red+Green+Blue) = 189+16+60=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD103C is #42EFC3. Grayscale: #484848. Windows color (decimal): -4386756 or 3936445. OLE color: 3936445.
HSL color Cylindrical-coordinate representation of color #BD103C: hue angle of 344.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD103C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.26 |
| HSL | 344.74º | 0.84% | 0.4% | - |
| HSV(B) | 344.74º | 0.92% | 0.74% | - |
| XYZ | 21.99 | 11.52 | 5.34 | - |
| YUV | 72.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 60 | 0 | 0.92 | 0.68 | 0.26 | 344.74 | 0.84 | 0.4 |
| Hex | BD | 10 | 3C | 0 | 5C | 44 | 1A | 159 | 54 | 28 |
| Octal | 275 | 20 | 74 | 0 | 134 | 104 | 32 | 531 | 124 | 50 |
| Binary | 10111101 | 10000 | 111100 | 0 | 1011100 | 1000100 | 11010 | 101011001 | 1010100 | 101000 |
Color Harmonies of #BD103C
Complementary color
Monochromatic Colors of #BD103C
Black with #BD103C
Text Example
Text Example
White with #BD103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD103C; }
p { color: rgb(189,16,60); }
H1.HeaderClassName
{
color: #BD103C;
}
.AnyTagClassName
{
color: #BD103C;
}
</style>
background-color css
<style>
a { background-color: #BD103C; }
a { background-color: rgb(189,16,60); }
div.DivClassName
{
background-color: #BD103C;
}
.BgClassName
{
background-color: #BD103C;
}
</style>
border-color css
<style>
span { border-color: #BD103C; }
span { border-color: rgb(189,16,60); }
td.TdClassName
{
border-color: #BD103C;
}
.TagClassName
{
border-color: #BD103C;
}
</style>