#ba0c47

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

Shades of Cardinal #BA0C47

Tints of Cardinal #BA0C47

Color information

#BA0C47 (or 0xBA0C47) is unknown color: approx Cardinal. HEX triplet: BA, 0C and 47. RGB value is (186,12,71). Sum of RGB (Red+Green+Blue) = 186+12+71=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C47 is #45F3B8. Grayscale: #464646. Windows color (decimal): -4584377 or 4656314. OLE color: 4656314.

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

Color convert

RGB1861271-
CMYK00.940.620.27
HSL339.66º87.88%38.82%-
HSV(B)339.66º93.55%72.94%-
XYZ21.5211.166.98-
YUV70.75128.15210.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=69.14%
G=4.46%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186127100.940.620.27339.6687.8838.82
HexBAC4705E3E1B1545827
Octal272141070136763352413047
Binary101110101100100011101011110111110110111010101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0c47; }

 p { color: rgb(186,12,71); }

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

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

 a { background-color: rgb(186,12,71); }

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

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

 span { border-color: rgb(186,12,71); }

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