Shades of Cardinal #BD0934
Tints of Cardinal #BD0934
RGB
CMYK
RGB Variations
Color information
#BD0934 (or 0xBD0934) is known color: Cardinal. HEX triplet: BD, 09 and 34. RGB value is (189,9,52). Sum of RGB (Red+Green+Blue) = 189+9+52=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0934 is #42F6CB. Grayscale: #434343. Windows color (decimal): -4388556 or 3410365. OLE color: 3410365.
HSL color Cylindrical-coordinate representation of color #BD0934: hue angle of 345.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0934 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.26 |
| HSL | 345.67º | 0.91% | 0.39% | - |
| HSV(B) | 345.67º | 0.95% | 0.74% | - |
| XYZ | 21.7 | 11.26 | 4.28 | - |
| YUV | 67.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 52 | 0 | 0.95 | 0.72 | 0.26 | 345.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 34 | 0 | 5F | 48 | 1A | 15A | 5B | 27 |
| Octal | 275 | 11 | 64 | 0 | 137 | 110 | 32 | 532 | 133 | 47 |
| Binary | 10111101 | 1001 | 110100 | 0 | 1011111 | 1001000 | 11010 | 101011010 | 1011011 | 100111 |
Color Harmonies of #BD0934
Complementary color
Monochromatic Colors of #BD0934
Black with #BD0934
Text Example
Text Example
White with #BD0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0934; }
p { color: rgb(189,9,52); }
H1.HeaderClassName
{
color: #BD0934;
}
.AnyTagClassName
{
color: #BD0934;
}
</style>
background-color css
<style>
a { background-color: #BD0934; }
a { background-color: rgb(189,9,52); }
div.DivClassName
{
background-color: #BD0934;
}
.BgClassName
{
background-color: #BD0934;
}
</style>
border-color css
<style>
span { border-color: #BD0934; }
span { border-color: rgb(189,9,52); }
td.TdClassName
{
border-color: #BD0934;
}
.TagClassName
{
border-color: #BD0934;
}
</style>