#BA0E4A

Color #BA0E4A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA0E4A

Tints of Cardinal #BA0E4A

Color information

#BA0E4A (or 0xBA0E4A) is unknown color: approx Cardinal. HEX triplet: BA, 0E and 4A. RGB value is (186,14,74). Sum of RGB (Red+Green+Blue) = 186+14+74=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E4A is #45F1B5. Grayscale: #484848. Windows color (decimal): -4583862 or 4853434. OLE color: 4853434.

HSL color Cylindrical-coordinate representation of color #BA0E4A: hue angle of 339.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E4A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1861474-
CMYK00.920.600.27
HSL339.07º86%39.22%-
HSV(B)339.07º92.47%72.94%-
XYZ21.6411.257.51-
YUV72.27128.98209.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 67.88%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=67.88%
G=5.11%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186147400.920.600.27339.078639.22
HexBAE4A05C3C1B1535627
Octal272161120134743352312647
Binary101110101110100101001011100111100110111010100111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0E4A; }

 p { color: rgb(186,14,74); }

 H1.HeaderClassName
 {
   color: #BA0E4A;
 }
 .AnyTagClassName
 {
   color: #BA0E4A;
 }
</style>
background-color css

<style>
 a { background-color: #BA0E4A; }

 a { background-color: rgb(186,14,74); }

 div.DivClassName
 {
   background-color: #BA0E4A;
 }
 .BgClassName
 {
   background-color: #BA0E4A;
 }
</style>
border-color css

<style>
 span { border-color: #BA0E4A; }

 span { border-color: rgb(186,14,74); }

 td.TdClassName
 {
   border-color: #BA0E4A;
 }
 .TagClassName
 {
   border-color: #BA0E4A;
 }
</style>