Shades of Cardinal #BD223E
Tints of Cardinal #BD223E
RGB
CMYK
RGB Variations
Color information
#BD223E (or 0xBD223E) is known color: Cardinal. HEX triplet: BD, 22 and 3E. RGB value is (189,34,62). Sum of RGB (Red+Green+Blue) = 189+34+62=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD223E is #42DDC1. Grayscale: #535353. Windows color (decimal): -4382146 or 4072125. OLE color: 4072125.
HSL color Cylindrical-coordinate representation of color #BD223E: hue angle of 349.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD223E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 62 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.26 |
| HSL | 349.16º | 0.7% | 0.44% | - |
| HSV(B) | 349.16º | 0.82% | 0.74% | - |
| XYZ | 22.43 | 12.31 | 5.75 | - |
| YUV | 83.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 62 | 0 | 0.82 | 0.67 | 0.26 | 349.16 | 0.7 | 0.44 |
| Hex | BD | 22 | 3E | 0 | 52 | 43 | 1A | 15D | 46 | 2C |
| Octal | 275 | 42 | 76 | 0 | 122 | 103 | 32 | 535 | 106 | 54 |
| Binary | 10111101 | 100010 | 111110 | 0 | 1010010 | 1000011 | 11010 | 101011101 | 1000110 | 101100 |
Color Harmonies of #BD223E
Complementary color
Monochromatic Colors of #BD223E
Black with #BD223E
Text Example
Text Example
White with #BD223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD223E; }
p { color: rgb(189,34,62); }
H1.HeaderClassName
{
color: #BD223E;
}
.AnyTagClassName
{
color: #BD223E;
}
</style>
background-color css
<style>
a { background-color: #BD223E; }
a { background-color: rgb(189,34,62); }
div.DivClassName
{
background-color: #BD223E;
}
.BgClassName
{
background-color: #BD223E;
}
</style>
border-color css
<style>
span { border-color: #BD223E; }
span { border-color: rgb(189,34,62); }
td.TdClassName
{
border-color: #BD223E;
}
.TagClassName
{
border-color: #BD223E;
}
</style>