Shades of Cardinal #BA2732
Tints of Cardinal #BA2732
RGB
CMYK
RGB Variations
Color information
#BA2732 (or 0xBA2732) is known color: Cardinal. HEX triplet: BA, 27 and 32. RGB value is (186,39,50). Sum of RGB (Red+Green+Blue) = 186+39+50=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2732 is #45D8CD. Grayscale: #545454. Windows color (decimal): -4577486 or 3286970. OLE color: 3286970.
HSL color Cylindrical-coordinate representation of color #BA2732: hue angle of 355.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2732 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 50 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.27 |
| HSL | 355.51º | 0.65% | 0.44% | - |
| HSV(B) | 355.51º | 0.79% | 0.73% | - |
| XYZ | 21.55 | 12.12 | 4.22 | - |
| YUV | 84.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 50 | 0 | 0.79 | 0.73 | 0.27 | 355.51 | 0.65 | 0.44 |
| Hex | BA | 27 | 32 | 0 | 4F | 49 | 1B | 164 | 41 | 2C |
| Octal | 272 | 47 | 62 | 0 | 117 | 111 | 33 | 544 | 101 | 54 |
| Binary | 10111010 | 100111 | 110010 | 0 | 1001111 | 1001001 | 11011 | 101100100 | 1000001 | 101100 |
Color Harmonies of #BA2732
Complementary color
Monochromatic Colors of #BA2732
Black with #BA2732
Text Example
Text Example
White with #BA2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2732; }
p { color: rgb(186,39,50); }
H1.HeaderClassName
{
color: #BA2732;
}
.AnyTagClassName
{
color: #BA2732;
}
</style>
background-color css
<style>
a { background-color: #BA2732; }
a { background-color: rgb(186,39,50); }
div.DivClassName
{
background-color: #BA2732;
}
.BgClassName
{
background-color: #BA2732;
}
</style>
border-color css
<style>
span { border-color: #BA2732; }
span { border-color: rgb(186,39,50); }
td.TdClassName
{
border-color: #BA2732;
}
.TagClassName
{
border-color: #BA2732;
}
</style>