Shades of Cardinal #BD1933
Tints of Cardinal #BD1933
RGB
CMYK
RGB Variations
Color information
#BD1933 (or 0xBD1933) is known color: Cardinal. HEX triplet: BD, 19 and 33. RGB value is (189,25,51). Sum of RGB (Red+Green+Blue) = 189+25+51=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1933 is #42E6CC. Grayscale: #4D4D4D. Windows color (decimal): -4384461 or 3348925. OLE color: 3348925.
HSL color Cylindrical-coordinate representation of color #BD1933: hue angle of 350.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1933 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 51 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.26 |
| HSL | 350.49º | 0.77% | 0.42% | - |
| HSV(B) | 350.49º | 0.87% | 0.74% | - |
| XYZ | 21.93 | 11.75 | 4.24 | - |
| YUV | 77 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 51 | 0 | 0.87 | 0.73 | 0.26 | 350.49 | 0.77 | 0.42 |
| Hex | BD | 19 | 33 | 0 | 57 | 49 | 1A | 15E | 4D | 2A |
| Octal | 275 | 31 | 63 | 0 | 127 | 111 | 32 | 536 | 115 | 52 |
| Binary | 10111101 | 11001 | 110011 | 0 | 1010111 | 1001001 | 11010 | 101011110 | 1001101 | 101010 |
Color Harmonies of #BD1933
Complementary color
Monochromatic Colors of #BD1933
Black with #BD1933
Text Example
Text Example
White with #BD1933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1933; }
p { color: rgb(189,25,51); }
H1.HeaderClassName
{
color: #BD1933;
}
.AnyTagClassName
{
color: #BD1933;
}
</style>
background-color css
<style>
a { background-color: #BD1933; }
a { background-color: rgb(189,25,51); }
div.DivClassName
{
background-color: #BD1933;
}
.BgClassName
{
background-color: #BD1933;
}
</style>
border-color css
<style>
span { border-color: #BD1933; }
span { border-color: rgb(189,25,51); }
td.TdClassName
{
border-color: #BD1933;
}
.TagClassName
{
border-color: #BD1933;
}
</style>