Shades of Cardinal #BD232C
Tints of Cardinal #BD232C
RGB
CMYK
RGB Variations
Color information
#BD232C (or 0xBD232C) is known color: Cardinal. HEX triplet: BD, 23 and 2C. RGB value is (189,35,44). Sum of RGB (Red+Green+Blue) = 189+35+44=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232C is #42DCD3. Grayscale: #525252. Windows color (decimal): -4381908 or 2892733. OLE color: 2892733.
HSL color Cylindrical-coordinate representation of color #BD232C: hue angle of 356.49º 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 #BD232C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 44 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.26 |
| HSL | 356.49º | 0.69% | 0.44% | - |
| HSV(B) | 356.49º | 0.81% | 0.74% | - |
| XYZ | 22.04 | 12.2 | 3.58 | - |
| YUV | 82.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 44 | 0 | 0.81 | 0.77 | 0.26 | 356.49 | 0.69 | 0.44 |
| Hex | BD | 23 | 2C | 0 | 51 | 4D | 1A | 164 | 45 | 2C |
| Octal | 275 | 43 | 54 | 0 | 121 | 115 | 32 | 544 | 105 | 54 |
| Binary | 10111101 | 100011 | 101100 | 0 | 1010001 | 1001101 | 11010 | 101100100 | 1000101 | 101100 |
Color Harmonies of #BD232C
Complementary color
Monochromatic Colors of #BD232C
Black with #BD232C
Text Example
Text Example
White with #BD232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD232C; }
p { color: rgb(189,35,44); }
H1.HeaderClassName
{
color: #BD232C;
}
.AnyTagClassName
{
color: #BD232C;
}
</style>
background-color css
<style>
a { background-color: #BD232C; }
a { background-color: rgb(189,35,44); }
div.DivClassName
{
background-color: #BD232C;
}
.BgClassName
{
background-color: #BD232C;
}
</style>
border-color css
<style>
span { border-color: #BD232C; }
span { border-color: rgb(189,35,44); }
td.TdClassName
{
border-color: #BD232C;
}
.TagClassName
{
border-color: #BD232C;
}
</style>