Shades of Cardinal #BD103F
Tints of Cardinal #BD103F
RGB
CMYK
RGB Variations
Color information
#BD103F (or 0xBD103F) is known color: Cardinal. HEX triplet: BD, 10 and 3F. RGB value is (189,16,63). Sum of RGB (Red+Green+Blue) = 189+16+63=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD103F is #42EFC0. Grayscale: #494949. Windows color (decimal): -4386753 or 4133053. OLE color: 4133053.
HSL color Cylindrical-coordinate representation of color #BD103F: hue angle of 343.7º 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 #BD103F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.26 |
| HSL | 343.7º | 0.84% | 0.4% | - |
| HSV(B) | 343.7º | 0.92% | 0.74% | - |
| XYZ | 22.07 | 11.55 | 5.77 | - |
| YUV | 73.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 63 | 0 | 0.92 | 0.67 | 0.26 | 343.7 | 0.84 | 0.4 |
| Hex | BD | 10 | 3F | 0 | 5C | 43 | 1A | 158 | 54 | 28 |
| Octal | 275 | 20 | 77 | 0 | 134 | 103 | 32 | 530 | 124 | 50 |
| Binary | 10111101 | 10000 | 111111 | 0 | 1011100 | 1000011 | 11010 | 101011000 | 1010100 | 101000 |
Color Harmonies of #BD103F
Complementary color
Monochromatic Colors of #BD103F
Black with #BD103F
Text Example
Text Example
White with #BD103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD103F; }
p { color: rgb(189,16,63); }
H1.HeaderClassName
{
color: #BD103F;
}
.AnyTagClassName
{
color: #BD103F;
}
</style>
background-color css
<style>
a { background-color: #BD103F; }
a { background-color: rgb(189,16,63); }
div.DivClassName
{
background-color: #BD103F;
}
.BgClassName
{
background-color: #BD103F;
}
</style>
border-color css
<style>
span { border-color: #BD103F; }
span { border-color: rgb(189,16,63); }
td.TdClassName
{
border-color: #BD103F;
}
.TagClassName
{
border-color: #BD103F;
}
</style>