Shades of Cardinal #BD0333
Tints of Cardinal #BD0333
RGB
CMYK
RGB Variations
Color information
#BD0333 (or 0xBD0333) is known color: Cardinal. HEX triplet: BD, 03 and 33. RGB value is (189,3,51). Sum of RGB (Red+Green+Blue) = 189+3+51=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0333 is #42FCCC. Grayscale: #404040. Windows color (decimal): -4390093 or 3343293. OLE color: 3343293.
HSL color Cylindrical-coordinate representation of color #BD0333: hue angle of 344.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0333 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.26 |
| HSL | 344.52º | 0.97% | 0.38% | - |
| HSV(B) | 344.52º | 0.98% | 0.74% | - |
| XYZ | 21.62 | 11.12 | 4.14 | - |
| YUV | 64.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 51 | 0 | 0.98 | 0.73 | 0.26 | 344.52 | 0.97 | 0.38 |
| Hex | BD | 3 | 33 | 0 | 62 | 49 | 1A | 159 | 61 | 26 |
| Octal | 275 | 3 | 63 | 0 | 142 | 111 | 32 | 531 | 141 | 46 |
| Binary | 10111101 | 11 | 110011 | 0 | 1100010 | 1001001 | 11010 | 101011001 | 1100001 | 100110 |
Color Harmonies of #BD0333
Complementary color
Monochromatic Colors of #BD0333
Black with #BD0333
Text Example
Text Example
White with #BD0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0333; }
p { color: rgb(189,3,51); }
H1.HeaderClassName
{
color: #BD0333;
}
.AnyTagClassName
{
color: #BD0333;
}
</style>
background-color css
<style>
a { background-color: #BD0333; }
a { background-color: rgb(189,3,51); }
div.DivClassName
{
background-color: #BD0333;
}
.BgClassName
{
background-color: #BD0333;
}
</style>
border-color css
<style>
span { border-color: #BD0333; }
span { border-color: rgb(189,3,51); }
td.TdClassName
{
border-color: #BD0333;
}
.TagClassName
{
border-color: #BD0333;
}
</style>