Shades of Cardinal #BD0033
Tints of Cardinal #BD0033
RGB
CMYK
RGB Variations
Color information
#BD0033 (or 0xBD0033) is known color: Cardinal. HEX triplet: BD, 00 and 33. RGB value is (189,0,51). Sum of RGB (Red+Green+Blue) = 189+0+51=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0033 is #42FFCC. Grayscale: #3E3E3E. Windows color (decimal): -4390861 or 3342525. OLE color: 3342525.
HSL color Cylindrical-coordinate representation of color #BD0033: hue angle of 343.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0033 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.73 | 0.26 |
| HSL | 343.81º | 1% | 0.37% | - |
| HSV(B) | 343.81º | 1% | 0.74% | - |
| XYZ | 21.58 | 11.06 | 4.13 | - |
| YUV | 62.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 51 | 0 | 1 | 0.73 | 0.26 | 343.81 | 1 | 0.37 |
| Hex | BD | 0 | 33 | 0 | 64 | 49 | 1A | 158 | 64 | 25 |
| Octal | 275 | 0 | 63 | 0 | 144 | 111 | 32 | 530 | 144 | 45 |
| Binary | 10111101 | 0 | 110011 | 0 | 1100100 | 1001001 | 11010 | 101011000 | 1100100 | 100101 |
Color Harmonies of #BD0033
Complementary color
Monochromatic Colors of #BD0033
Black with #BD0033
Text Example
Text Example
White with #BD0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0033; }
p { color: rgb(189,0,51); }
H1.HeaderClassName
{
color: #BD0033;
}
.AnyTagClassName
{
color: #BD0033;
}
</style>
background-color css
<style>
a { background-color: #BD0033; }
a { background-color: rgb(189,0,51); }
div.DivClassName
{
background-color: #BD0033;
}
.BgClassName
{
background-color: #BD0033;
}
</style>
border-color css
<style>
span { border-color: #BD0033; }
span { border-color: rgb(189,0,51); }
td.TdClassName
{
border-color: #BD0033;
}
.TagClassName
{
border-color: #BD0033;
}
</style>