Shades of Cardinal #BD123F
Tints of Cardinal #BD123F
RGB
CMYK
RGB Variations
Color information
#BD123F (or 0xBD123F) is known color: Cardinal. HEX triplet: BD, 12 and 3F. RGB value is (189,18,63). Sum of RGB (Red+Green+Blue) = 189+18+63=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123F is #42EDC0. Grayscale: #4A4A4A. Windows color (decimal): -4386241 or 4133565. OLE color: 4133565.
HSL color Cylindrical-coordinate representation of color #BD123F: hue angle of 344.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD123F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 63 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.26 |
| HSL | 344.21º | 0.83% | 0.41% | - |
| HSV(B) | 344.21º | 0.9% | 0.74% | - |
| XYZ | 22.1 | 11.61 | 5.78 | - |
| YUV | 74.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 63 | 0 | 0.90 | 0.67 | 0.26 | 344.21 | 0.83 | 0.41 |
| Hex | BD | 12 | 3F | 0 | 5A | 43 | 1A | 158 | 53 | 29 |
| Octal | 275 | 22 | 77 | 0 | 132 | 103 | 32 | 530 | 123 | 51 |
| Binary | 10111101 | 10010 | 111111 | 0 | 1011010 | 1000011 | 11010 | 101011000 | 1010011 | 101001 |
Color Harmonies of #BD123F
Complementary color
Monochromatic Colors of #BD123F
Black with #BD123F
Text Example
Text Example
White with #BD123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD123F; }
p { color: rgb(189,18,63); }
H1.HeaderClassName
{
color: #BD123F;
}
.AnyTagClassName
{
color: #BD123F;
}
</style>
background-color css
<style>
a { background-color: #BD123F; }
a { background-color: rgb(189,18,63); }
div.DivClassName
{
background-color: #BD123F;
}
.BgClassName
{
background-color: #BD123F;
}
</style>
border-color css
<style>
span { border-color: #BD123F; }
span { border-color: rgb(189,18,63); }
td.TdClassName
{
border-color: #BD123F;
}
.TagClassName
{
border-color: #BD123F;
}
</style>