Shades of Cardinal #BD232B
Tints of Cardinal #BD232B
RGB
CMYK
RGB Variations
Color information
#BD232B (or 0xBD232B) is known color: Cardinal. HEX triplet: BD, 23 and 2B. RGB value is (189,35,43). Sum of RGB (Red+Green+Blue) = 189+35+43=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232B is #42DCD4. Grayscale: #525252. Windows color (decimal): -4381909 or 2827197. OLE color: 2827197.
HSL color Cylindrical-coordinate representation of color #BD232B: hue angle of 356.88º 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 #BD232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.26 |
| HSL | 356.88º | 0.69% | 0.44% | - |
| HSV(B) | 356.88º | 0.81% | 0.74% | - |
| XYZ | 22.02 | 12.2 | 3.48 | - |
| YUV | 81.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 43 | 0 | 0.81 | 0.77 | 0.26 | 356.88 | 0.69 | 0.44 |
| Hex | BD | 23 | 2B | 0 | 51 | 4D | 1A | 165 | 45 | 2C |
| Octal | 275 | 43 | 53 | 0 | 121 | 115 | 32 | 545 | 105 | 54 |
| Binary | 10111101 | 100011 | 101011 | 0 | 1010001 | 1001101 | 11010 | 101100101 | 1000101 | 101100 |
Color Harmonies of #BD232B
Complementary color
Monochromatic Colors of #BD232B
Black with #BD232B
Text Example
Text Example
White with #BD232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD232B; }
p { color: rgb(189,35,43); }
H1.HeaderClassName
{
color: #BD232B;
}
.AnyTagClassName
{
color: #BD232B;
}
</style>
background-color css
<style>
a { background-color: #BD232B; }
a { background-color: rgb(189,35,43); }
div.DivClassName
{
background-color: #BD232B;
}
.BgClassName
{
background-color: #BD232B;
}
</style>
border-color css
<style>
span { border-color: #BD232B; }
span { border-color: rgb(189,35,43); }
td.TdClassName
{
border-color: #BD232B;
}
.TagClassName
{
border-color: #BD232B;
}
</style>