Shades of Cardinal #BD0633
Tints of Cardinal #BD0633
RGB
CMYK
RGB Variations
Color information
#BD0633 (or 0xBD0633) is known color: Cardinal. HEX triplet: BD, 06 and 33. RGB value is (189,6,51). Sum of RGB (Red+Green+Blue) = 189+6+51=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0633 is #42F9CC. Grayscale: #414141. Windows color (decimal): -4389325 or 3344061. OLE color: 3344061.
HSL color Cylindrical-coordinate representation of color #BD0633: hue angle of 345.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0633 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.26 |
| HSL | 345.25º | 0.94% | 0.38% | - |
| HSV(B) | 345.25º | 0.97% | 0.74% | - |
| XYZ | 21.65 | 11.19 | 4.15 | - |
| YUV | 65.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 51 | 0 | 0.97 | 0.73 | 0.26 | 345.25 | 0.94 | 0.38 |
| Hex | BD | 6 | 33 | 0 | 61 | 49 | 1A | 159 | 5E | 26 |
| Octal | 275 | 6 | 63 | 0 | 141 | 111 | 32 | 531 | 136 | 46 |
| Binary | 10111101 | 110 | 110011 | 0 | 1100001 | 1001001 | 11010 | 101011001 | 1011110 | 100110 |
Color Harmonies of #BD0633
Complementary color
Monochromatic Colors of #BD0633
Black with #BD0633
Text Example
Text Example
White with #BD0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0633; }
p { color: rgb(189,6,51); }
H1.HeaderClassName
{
color: #BD0633;
}
.AnyTagClassName
{
color: #BD0633;
}
</style>
background-color css
<style>
a { background-color: #BD0633; }
a { background-color: rgb(189,6,51); }
div.DivClassName
{
background-color: #BD0633;
}
.BgClassName
{
background-color: #BD0633;
}
</style>
border-color css
<style>
span { border-color: #BD0633; }
span { border-color: rgb(189,6,51); }
td.TdClassName
{
border-color: #BD0633;
}
.TagClassName
{
border-color: #BD0633;
}
</style>