Shades of Cardinal #BD223B
Tints of Cardinal #BD223B
RGB
CMYK
RGB Variations
Color information
#BD223B (or 0xBD223B) is known color: Cardinal. HEX triplet: BD, 22 and 3B. RGB value is (189,34,59). Sum of RGB (Red+Green+Blue) = 189+34+59=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD223B is #42DDC4. Grayscale: #535353. Windows color (decimal): -4382149 or 3875517. OLE color: 3875517.
HSL color Cylindrical-coordinate representation of color #BD223B: hue angle of 350.32º 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 #BD223B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 59 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.26 |
| HSL | 350.32º | 0.7% | 0.44% | - |
| HSV(B) | 350.32º | 0.82% | 0.74% | - |
| XYZ | 22.35 | 12.28 | 5.33 | - |
| YUV | 83.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 59 | 0 | 0.82 | 0.69 | 0.26 | 350.32 | 0.7 | 0.44 |
| Hex | BD | 22 | 3B | 0 | 52 | 45 | 1A | 15E | 46 | 2C |
| Octal | 275 | 42 | 73 | 0 | 122 | 105 | 32 | 536 | 106 | 54 |
| Binary | 10111101 | 100010 | 111011 | 0 | 1010010 | 1000101 | 11010 | 101011110 | 1000110 | 101100 |
Color Harmonies of #BD223B
Complementary color
Monochromatic Colors of #BD223B
Black with #BD223B
Text Example
Text Example
White with #BD223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD223B; }
p { color: rgb(189,34,59); }
H1.HeaderClassName
{
color: #BD223B;
}
.AnyTagClassName
{
color: #BD223B;
}
</style>
background-color css
<style>
a { background-color: #BD223B; }
a { background-color: rgb(189,34,59); }
div.DivClassName
{
background-color: #BD223B;
}
.BgClassName
{
background-color: #BD223B;
}
</style>
border-color css
<style>
span { border-color: #BD223B; }
span { border-color: rgb(189,34,59); }
td.TdClassName
{
border-color: #BD223B;
}
.TagClassName
{
border-color: #BD223B;
}
</style>