Shades of Cardinal #BD2231
Tints of Cardinal #BD2231
RGB
CMYK
RGB Variations
Color information
#BD2231 (or 0xBD2231) is known color: Cardinal. HEX triplet: BD, 22 and 31. RGB value is (189,34,49). Sum of RGB (Red+Green+Blue) = 189+34+49=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2231 is #42DDCE. Grayscale: #525252. Windows color (decimal): -4382159 or 3220157. OLE color: 3220157.
HSL color Cylindrical-coordinate representation of color #BD2231: hue angle of 354.19º 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 #BD2231 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 49 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.26 |
| HSL | 354.19º | 0.7% | 0.44% | - |
| HSV(B) | 354.19º | 0.82% | 0.74% | - |
| XYZ | 22.11 | 12.18 | 4.09 | - |
| YUV | 82.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 49 | 0 | 0.82 | 0.74 | 0.26 | 354.19 | 0.7 | 0.44 |
| Hex | BD | 22 | 31 | 0 | 52 | 4A | 1A | 162 | 46 | 2C |
| Octal | 275 | 42 | 61 | 0 | 122 | 112 | 32 | 542 | 106 | 54 |
| Binary | 10111101 | 100010 | 110001 | 0 | 1010010 | 1001010 | 11010 | 101100010 | 1000110 | 101100 |
Color Harmonies of #BD2231
Complementary color
Monochromatic Colors of #BD2231
Black with #BD2231
Text Example
Text Example
White with #BD2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2231; }
p { color: rgb(189,34,49); }
H1.HeaderClassName
{
color: #BD2231;
}
.AnyTagClassName
{
color: #BD2231;
}
</style>
background-color css
<style>
a { background-color: #BD2231; }
a { background-color: rgb(189,34,49); }
div.DivClassName
{
background-color: #BD2231;
}
.BgClassName
{
background-color: #BD2231;
}
</style>
border-color css
<style>
span { border-color: #BD2231; }
span { border-color: rgb(189,34,49); }
td.TdClassName
{
border-color: #BD2231;
}
.TagClassName
{
border-color: #BD2231;
}
</style>