Shades of Cardinal #BD2230
Tints of Cardinal #BD2230
RGB
CMYK
RGB Variations
Color information
#BD2230 (or 0xBD2230) is known color: Cardinal. HEX triplet: BD, 22 and 30. RGB value is (189,34,48). Sum of RGB (Red+Green+Blue) = 189+34+48=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2230 is #42DDCF. Grayscale: #525252. Windows color (decimal): -4382160 or 3154621. OLE color: 3154621.
HSL color Cylindrical-coordinate representation of color #BD2230: hue angle of 354.58º 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 #BD2230 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 48 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.26 |
| HSL | 354.58º | 0.7% | 0.44% | - |
| HSV(B) | 354.58º | 0.82% | 0.74% | - |
| XYZ | 22.09 | 12.18 | 3.98 | - |
| YUV | 81.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 48 | 0 | 0.82 | 0.75 | 0.26 | 354.58 | 0.7 | 0.44 |
| Hex | BD | 22 | 30 | 0 | 52 | 4B | 1A | 163 | 46 | 2C |
| Octal | 275 | 42 | 60 | 0 | 122 | 113 | 32 | 543 | 106 | 54 |
| Binary | 10111101 | 100010 | 110000 | 0 | 1010010 | 1001011 | 11010 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BD2230
Complementary color
Monochromatic Colors of #BD2230
Black with #BD2230
Text Example
Text Example
White with #BD2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2230; }
p { color: rgb(189,34,48); }
H1.HeaderClassName
{
color: #BD2230;
}
.AnyTagClassName
{
color: #BD2230;
}
</style>
background-color css
<style>
a { background-color: #BD2230; }
a { background-color: rgb(189,34,48); }
div.DivClassName
{
background-color: #BD2230;
}
.BgClassName
{
background-color: #BD2230;
}
</style>
border-color css
<style>
span { border-color: #BD2230; }
span { border-color: rgb(189,34,48); }
td.TdClassName
{
border-color: #BD2230;
}
.TagClassName
{
border-color: #BD2230;
}
</style>