Shades of Cardinal #BA233E
Tints of Cardinal #BA233E
RGB
CMYK
RGB Variations
Color information
#BA233E (or 0xBA233E) is known color: Cardinal. HEX triplet: BA, 23 and 3E. RGB value is (186,35,62). Sum of RGB (Red+Green+Blue) = 186+35+62=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233E is #45DCC1. Grayscale: #535353. Windows color (decimal): -4578498 or 4072378. OLE color: 4072378.
HSL color Cylindrical-coordinate representation of color #BA233E: hue angle of 349.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA233E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 62 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.27 |
| HSL | 349.27º | 0.68% | 0.43% | - |
| HSV(B) | 349.27º | 0.81% | 0.73% | - |
| XYZ | 21.72 | 11.99 | 5.73 | - |
| YUV | 83.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 62 | 0 | 0.81 | 0.67 | 0.27 | 349.27 | 0.68 | 0.43 |
| Hex | BA | 23 | 3E | 0 | 51 | 43 | 1B | 15D | 44 | 2B |
| Octal | 272 | 43 | 76 | 0 | 121 | 103 | 33 | 535 | 104 | 53 |
| Binary | 10111010 | 100011 | 111110 | 0 | 1010001 | 1000011 | 11011 | 101011101 | 1000100 | 101011 |
Color Harmonies of #BA233E
Complementary color
Monochromatic Colors of #BA233E
Black with #BA233E
Text Example
Text Example
White with #BA233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA233E; }
p { color: rgb(186,35,62); }
H1.HeaderClassName
{
color: #BA233E;
}
.AnyTagClassName
{
color: #BA233E;
}
</style>
background-color css
<style>
a { background-color: #BA233E; }
a { background-color: rgb(186,35,62); }
div.DivClassName
{
background-color: #BA233E;
}
.BgClassName
{
background-color: #BA233E;
}
</style>
border-color css
<style>
span { border-color: #BA233E; }
span { border-color: rgb(186,35,62); }
td.TdClassName
{
border-color: #BA233E;
}
.TagClassName
{
border-color: #BA233E;
}
</style>