Shades of Cardinal #BD0034
Tints of Cardinal #BD0034
RGB
CMYK
RGB Variations
Color information
#BD0034 (or 0xBD0034) is known color: Cardinal. HEX triplet: BD, 00 and 34. RGB value is (189,0,52). Sum of RGB (Red+Green+Blue) = 189+0+52=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0034 is #42FFCB. Grayscale: #3E3E3E. Windows color (decimal): -4390860 or 3408061. OLE color: 3408061.
HSL color Cylindrical-coordinate representation of color #BD0034: hue angle of 343.49º 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 #BD0034 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.72 | 0.26 |
| HSL | 343.49º | 1% | 0.37% | - |
| HSV(B) | 343.49º | 1% | 0.74% | - |
| XYZ | 21.61 | 11.07 | 4.25 | - |
| YUV | 62.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 52 | 0 | 1 | 0.72 | 0.26 | 343.49 | 1 | 0.37 |
| Hex | BD | 0 | 34 | 0 | 64 | 48 | 1A | 157 | 64 | 25 |
| Octal | 275 | 0 | 64 | 0 | 144 | 110 | 32 | 527 | 144 | 45 |
| Binary | 10111101 | 0 | 110100 | 0 | 1100100 | 1001000 | 11010 | 101010111 | 1100100 | 100101 |
Color Harmonies of #BD0034
Complementary color
Monochromatic Colors of #BD0034
Black with #BD0034
Text Example
Text Example
White with #BD0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0034; }
p { color: rgb(189,0,52); }
H1.HeaderClassName
{
color: #BD0034;
}
.AnyTagClassName
{
color: #BD0034;
}
</style>
background-color css
<style>
a { background-color: #BD0034; }
a { background-color: rgb(189,0,52); }
div.DivClassName
{
background-color: #BD0034;
}
.BgClassName
{
background-color: #BD0034;
}
</style>
border-color css
<style>
span { border-color: #BD0034; }
span { border-color: rgb(189,0,52); }
td.TdClassName
{
border-color: #BD0034;
}
.TagClassName
{
border-color: #BD0034;
}
</style>