Shades of Cardinal #BD2034
Tints of Cardinal #BD2034
RGB
CMYK
RGB Variations
Color information
#BD2034 (or 0xBD2034) is known color: Cardinal. HEX triplet: BD, 20 and 34. RGB value is (189,32,52). Sum of RGB (Red+Green+Blue) = 189+32+52=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2034 is #42DFCB. Grayscale: #515151. Windows color (decimal): -4382668 or 3416253. OLE color: 3416253.
HSL color Cylindrical-coordinate representation of color #BD2034: hue angle of 352.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2034 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 52 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.26 |
| HSL | 352.36º | 0.71% | 0.43% | - |
| HSV(B) | 352.36º | 0.83% | 0.74% | - |
| XYZ | 22.12 | 12.1 | 4.42 | - |
| YUV | 81.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 52 | 0 | 0.83 | 0.72 | 0.26 | 352.36 | 0.71 | 0.43 |
| Hex | BD | 20 | 34 | 0 | 53 | 48 | 1A | 160 | 47 | 2B |
| Octal | 275 | 40 | 64 | 0 | 123 | 110 | 32 | 540 | 107 | 53 |
| Binary | 10111101 | 100000 | 110100 | 0 | 1010011 | 1001000 | 11010 | 101100000 | 1000111 | 101011 |
Color Harmonies of #BD2034
Complementary color
Monochromatic Colors of #BD2034
Black with #BD2034
Text Example
Text Example
White with #BD2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2034; }
p { color: rgb(189,32,52); }
H1.HeaderClassName
{
color: #BD2034;
}
.AnyTagClassName
{
color: #BD2034;
}
</style>
background-color css
<style>
a { background-color: #BD2034; }
a { background-color: rgb(189,32,52); }
div.DivClassName
{
background-color: #BD2034;
}
.BgClassName
{
background-color: #BD2034;
}
</style>
border-color css
<style>
span { border-color: #BD2034; }
span { border-color: rgb(189,32,52); }
td.TdClassName
{
border-color: #BD2034;
}
.TagClassName
{
border-color: #BD2034;
}
</style>