Shades of Cardinal #BA2933
Tints of Cardinal #BA2933
RGB
CMYK
RGB Variations
Color information
#BA2933 (or 0xBA2933) is known color: Cardinal. HEX triplet: BA, 29 and 33. RGB value is (186,41,51). Sum of RGB (Red+Green+Blue) = 186+41+51=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2933 is #45D6CC. Grayscale: #555555. Windows color (decimal): -4576973 or 3353018. OLE color: 3353018.
HSL color Cylindrical-coordinate representation of color #BA2933: hue angle of 355.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2933 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 51 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.27 |
| HSL | 355.86º | 0.64% | 0.45% | - |
| HSV(B) | 355.86º | 0.78% | 0.73% | - |
| XYZ | 21.64 | 12.26 | 4.36 | - |
| YUV | 85.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 51 | 0 | 0.78 | 0.73 | 0.27 | 355.86 | 0.64 | 0.45 |
| Hex | BA | 29 | 33 | 0 | 4E | 49 | 1B | 164 | 40 | 2D |
| Octal | 272 | 51 | 63 | 0 | 116 | 111 | 33 | 544 | 100 | 55 |
| Binary | 10111010 | 101001 | 110011 | 0 | 1001110 | 1001001 | 11011 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BA2933
Complementary color
Monochromatic Colors of #BA2933
Black with #BA2933
Text Example
Text Example
White with #BA2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2933; }
p { color: rgb(186,41,51); }
H1.HeaderClassName
{
color: #BA2933;
}
.AnyTagClassName
{
color: #BA2933;
}
</style>
background-color css
<style>
a { background-color: #BA2933; }
a { background-color: rgb(186,41,51); }
div.DivClassName
{
background-color: #BA2933;
}
.BgClassName
{
background-color: #BA2933;
}
</style>
border-color css
<style>
span { border-color: #BA2933; }
span { border-color: rgb(186,41,51); }
td.TdClassName
{
border-color: #BA2933;
}
.TagClassName
{
border-color: #BA2933;
}
</style>