Shades of Cardinal #BA232C
Tints of Cardinal #BA232C
RGB
CMYK
RGB Variations
Color information
#BA232C (or 0xBA232C) is known color: Cardinal. HEX triplet: BA, 23 and 2C. RGB value is (186,35,44). Sum of RGB (Red+Green+Blue) = 186+35+44=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232C is #45DCD3. Grayscale: #515151. Windows color (decimal): -4578516 or 2892730. OLE color: 2892730.
HSL color Cylindrical-coordinate representation of color #BA232C: hue angle of 356.42º 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 #BA232C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.27 |
| HSL | 356.42º | 0.68% | 0.43% | - |
| HSV(B) | 356.42º | 0.81% | 0.73% | - |
| XYZ | 21.31 | 11.82 | 3.54 | - |
| YUV | 81.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 44 | 0 | 0.81 | 0.76 | 0.27 | 356.42 | 0.68 | 0.43 |
| Hex | BA | 23 | 2C | 0 | 51 | 4C | 1B | 164 | 44 | 2B |
| Octal | 272 | 43 | 54 | 0 | 121 | 114 | 33 | 544 | 104 | 53 |
| Binary | 10111010 | 100011 | 101100 | 0 | 1010001 | 1001100 | 11011 | 101100100 | 1000100 | 101011 |
Color Harmonies of #BA232C
Complementary color
Monochromatic Colors of #BA232C
Black with #BA232C
Text Example
Text Example
White with #BA232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA232C; }
p { color: rgb(186,35,44); }
H1.HeaderClassName
{
color: #BA232C;
}
.AnyTagClassName
{
color: #BA232C;
}
</style>
background-color css
<style>
a { background-color: #BA232C; }
a { background-color: rgb(186,35,44); }
div.DivClassName
{
background-color: #BA232C;
}
.BgClassName
{
background-color: #BA232C;
}
</style>
border-color css
<style>
span { border-color: #BA232C; }
span { border-color: rgb(186,35,44); }
td.TdClassName
{
border-color: #BA232C;
}
.TagClassName
{
border-color: #BA232C;
}
</style>