Shades of Cardinal #BD232E
Tints of Cardinal #BD232E
RGB
CMYK
RGB Variations
Color information
#BD232E (or 0xBD232E) is known color: Cardinal. HEX triplet: BD, 23 and 2E. RGB value is (189,35,46). Sum of RGB (Red+Green+Blue) = 189+35+46=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232E is #42DCD1. Grayscale: #525252. Windows color (decimal): -4381906 or 3023805. OLE color: 3023805.
HSL color Cylindrical-coordinate representation of color #BD232E: hue angle of 355.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD232E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 46 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.26 |
| HSL | 355.71º | 0.69% | 0.44% | - |
| HSV(B) | 355.71º | 0.81% | 0.74% | - |
| XYZ | 22.08 | 12.22 | 3.78 | - |
| YUV | 82.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 46 | 0 | 0.81 | 0.76 | 0.26 | 355.71 | 0.69 | 0.44 |
| Hex | BD | 23 | 2E | 0 | 51 | 4C | 1A | 164 | 45 | 2C |
| Octal | 275 | 43 | 56 | 0 | 121 | 114 | 32 | 544 | 105 | 54 |
| Binary | 10111101 | 100011 | 101110 | 0 | 1010001 | 1001100 | 11010 | 101100100 | 1000101 | 101100 |
Color Harmonies of #BD232E
Complementary color
Monochromatic Colors of #BD232E
Black with #BD232E
Text Example
Text Example
White with #BD232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD232E; }
p { color: rgb(189,35,46); }
H1.HeaderClassName
{
color: #BD232E;
}
.AnyTagClassName
{
color: #BD232E;
}
</style>
background-color css
<style>
a { background-color: #BD232E; }
a { background-color: rgb(189,35,46); }
div.DivClassName
{
background-color: #BD232E;
}
.BgClassName
{
background-color: #BD232E;
}
</style>
border-color css
<style>
span { border-color: #BD232E; }
span { border-color: rgb(189,35,46); }
td.TdClassName
{
border-color: #BD232E;
}
.TagClassName
{
border-color: #BD232E;
}
</style>