Shades of Cardinal #BD1233
Tints of Cardinal #BD1233
RGB
CMYK
RGB Variations
Color information
#BD1233 (or 0xBD1233) is known color: Cardinal. HEX triplet: BD, 12 and 33. RGB value is (189,18,51). Sum of RGB (Red+Green+Blue) = 189+18+51=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1233 is #42EDCC. Grayscale: #484848. Windows color (decimal): -4386253 or 3347133. OLE color: 3347133.
HSL color Cylindrical-coordinate representation of color #BD1233: hue angle of 348.42º 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 #BD1233 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 51 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.26 |
| HSL | 348.42º | 0.83% | 0.41% | - |
| HSV(B) | 348.42º | 0.9% | 0.74% | - |
| XYZ | 21.8 | 11.49 | 4.2 | - |
| YUV | 72.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 51 | 0 | 0.90 | 0.73 | 0.26 | 348.42 | 0.83 | 0.41 |
| Hex | BD | 12 | 33 | 0 | 5A | 49 | 1A | 15C | 53 | 29 |
| Octal | 275 | 22 | 63 | 0 | 132 | 111 | 32 | 534 | 123 | 51 |
| Binary | 10111101 | 10010 | 110011 | 0 | 1011010 | 1001001 | 11010 | 101011100 | 1010011 | 101001 |
Color Harmonies of #BD1233
Complementary color
Monochromatic Colors of #BD1233
Black with #BD1233
Text Example
Text Example
White with #BD1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1233; }
p { color: rgb(189,18,51); }
H1.HeaderClassName
{
color: #BD1233;
}
.AnyTagClassName
{
color: #BD1233;
}
</style>
background-color css
<style>
a { background-color: #BD1233; }
a { background-color: rgb(189,18,51); }
div.DivClassName
{
background-color: #BD1233;
}
.BgClassName
{
background-color: #BD1233;
}
</style>
border-color css
<style>
span { border-color: #BD1233; }
span { border-color: rgb(189,18,51); }
td.TdClassName
{
border-color: #BD1233;
}
.TagClassName
{
border-color: #BD1233;
}
</style>